Html Css Color HEX #CCE6AB Reef

📋 copy color: '#CCE6AB'

red 204 ◦ green 230 ◦ blue 171

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

Shades of Reef #CCE6AB

Tints of Reef #CCE6AB

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.02%

 BLUE value IS 171 (67.19% from 255) = 28.26%

R = 33.72%
G = 38.02%
B = 28.26%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#CCE6AB (or 0xCCE6AB) is known color: Reef. HEX triplet: CC, E6 and AB. RGB value is (204,230,171). Sum of RGB (Red+Green+Blue) = 204+230+171=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 230 (90.23% from 255 or 38.02% from 605); Blue value is 171 (67.19% from 255 or 28.26% from 605); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE6AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE6AB is #331954. Grayscale: #D7D7D7. Windows color (decimal): -3348821 or 11265740. OLE color: 11265740.

HSL color Cylindrical-coordinate representation of color #CCE6AB: hue angle of 86.44º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCE6AB is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 230 171 -
CMYK 0.11 0 0.26 0.10
HSL 86.44º 0.54% 0.79% -
HSV(B) 86.44º 0.26% 0.9% -
XYZ 60.55 72.37 49.31 -
YUV 215.5 102.89 119.8 -
System Red Green Blue C M Y K H S L
Decimal 204 230 171 0.11 0 0.26 0.10 86.44 0.54 0.79
Hex CC E6 AB B 0 1A A 56 36 4F
Octal 314 346 253 13 0 32 12 126 66 117
Binary 11001100 11100110 10101011 1011 0 11010 1010 1010110 110110 1001111

Color Harmonies of #CCE6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE6AB

Black with #CCE6AB

Text Example


Text Example

White with #CCE6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE6AB; }

 p { color: rgb(204,230,171); }

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

background-color css

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

 a { background-color: rgb(204,230,171); }

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

border-color css

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

 span { border-color: rgb(204,230,171); }

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