Html Css Color HEX #CCDBA6 Reef

📋 copy color: '#CCDBA6'

red 204 ◦ green 219 ◦ blue 166

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

Shades of Reef #CCDBA6

Tints of Reef #CCDBA6

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.18%

 BLUE value IS 166 (65.23% from 255) = 28.18%

R = 34.63%
G = 37.18%
B = 28.18%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#CCDBA6 (or 0xCCDBA6) is known color: Reef. HEX triplet: CC, DB and A6. RGB value is (204,219,166). Sum of RGB (Red+Green+Blue) = 204+219+166=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 166 (65.23% from 255 or 28.18% from 589); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDBA6 is #332459. Grayscale: #D0D0D0. Windows color (decimal): -3351642 or 10935244. OLE color: 10935244.

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

Color convert

RGB 204 219 166 -
CMYK 0.07 0 0.24 0.14
HSL 76.98º 0.42% 0.75% -
HSV(B) 76.98º 0.24% 0.86% -
XYZ 57.12 66.25 45.85 -
YUV 208.47 104.03 124.81 -
System Red Green Blue C M Y K H S L
Decimal 204 219 166 0.07 0 0.24 0.14 76.98 0.42 0.75
Hex CC DB A6 7 0 18 E 4D 2A 4B
Octal 314 333 246 7 0 30 16 115 52 113
Binary 11001100 11011011 10100110 111 0 11000 1110 1001101 101010 1001011

Color Harmonies of #CCDBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDBA6

Black with #CCDBA6

Text Example


Text Example

White with #CCDBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDBA6; }

 p { color: rgb(204,219,166); }

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

background-color css

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

 a { background-color: rgb(204,219,166); }

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

border-color css

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

 span { border-color: rgb(204,219,166); }

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