Html Css Color HEX #CCDCA3 Reef

📋 copy color: '#CCDCA3'

red 204 ◦ green 220 ◦ blue 163

#CCDCA3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #CCDCA3

Tints of Reef #CCDCA3

RGB

 RED value IS 204 (80.08% from 255) = 34.75%

 GREEN value IS 220 (86.33% from 255) = 37.48%

 BLUE value IS 163 (64.06% from 255) = 27.77%

R = 34.75%
G = 37.48%
B = 27.77%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCDCA3 (or 0xCCDCA3) is known color: Reef. HEX triplet: CC, DC and A3. RGB value is (204,220,163). Sum of RGB (Red+Green+Blue) = 204+220+163=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 220 (86.33% from 255 or 37.48% from 587); Blue value is 163 (64.06% from 255 or 27.77% from 587); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDCA3 is #33235C. Grayscale: #D0D0D0. Windows color (decimal): -3351389 or 10738892. OLE color: 10738892.

HSL color Cylindrical-coordinate representation of color #CCDCA3: hue angle of 76.84º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCDCA3 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 220 163 -
CMYK 0.07 0 0.26 0.14
HSL 76.84º 0.45% 0.75% -
HSV(B) 76.84º 0.26% 0.86% -
XYZ 57.11 66.67 44.51 -
YUV 208.72 102.2 124.63 -
System Red Green Blue C M Y K H S L
Decimal 204 220 163 0.07 0 0.26 0.14 76.84 0.45 0.75
Hex CC DC A3 7 0 1A E 4D 2D 4B
Octal 314 334 243 7 0 32 16 115 55 113
Binary 11001100 11011100 10100011 111 0 11010 1110 1001101 101101 1001011

Color Harmonies of #CCDCA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDCA3

Black with #CCDCA3

Text Example


Text Example

White with #CCDCA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDCA3; }

 p { color: rgb(204,220,163); }

 H1.HeaderClassName
 {
   color: #CCDCA3;
 }
 .AnyTagClassName
 {
   color: #CCDCA3;
 }
</style>

background-color css

<style>
 a { background-color: #CCDCA3; }

 a { background-color: rgb(204,220,163); }

 div.DivClassName
 {
   background-color: #CCDCA3;
 }
 .BgClassName
 {
   background-color: #CCDCA3;
 }
</style>

border-color css

<style>
 span { border-color: #CCDCA3; }

 span { border-color: rgb(204,220,163); }

 td.TdClassName
 {
   border-color: #CCDCA3;
 }
 .TagClassName
 {
   border-color: #CCDCA3;
 }
</style>