Html Css Color HEX #CCE6AA Reef

📋 copy color: '#CCE6AA'

red 204 ◦ green 230 ◦ blue 170

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

Shades of Reef #CCE6AA

Tints of Reef #CCE6AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 28.15%

R = 33.77%
G = 38.08%
B = 28.15%

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

#CCE6AA (or 0xCCE6AA) is known color: Reef. HEX triplet: CC, E6 and AA. RGB value is (204,230,170). Sum of RGB (Red+Green+Blue) = 204+230+170=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 230 (90.23% from 255 or 38.08% from 604); Blue value is 170 (66.80% from 255 or 28.15% from 604); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE6AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE6AA is #331955. Grayscale: #D7D7D7. Windows color (decimal): -3348822 or 11200204. OLE color: 11200204.

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

Color convert

RGB 204 230 170 -
CMYK 0.11 0 0.26 0.10
HSL 86º 0.55% 0.78% -
HSV(B) 86º 0.26% 0.9% -
XYZ 60.45 72.33 48.81 -
YUV 215.39 102.39 119.88 -
System Red Green Blue C M Y K H S L
Decimal 204 230 170 0.11 0 0.26 0.10 86 0.55 0.78
Hex CC E6 AA B 0 1A A 56 37 4E
Octal 314 346 252 13 0 32 12 126 67 116
Binary 11001100 11100110 10101010 1011 0 11010 1010 1010110 110111 1001110

Color Harmonies of #CCE6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE6AA

Black with #CCE6AA

Text Example


Text Example

White with #CCE6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE6AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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