Html Css Color HEX #CCEAA6 Reef

📋 copy color: '#CCEAA6'

red 204 ◦ green 234 ◦ blue 166

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

Shades of Reef #CCEAA6

Tints of Reef #CCEAA6

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.74%

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

R = 33.77%
G = 38.74%
B = 27.48%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#CCEAA6 (or 0xCCEAA6) is known color: Reef. HEX triplet: CC, EA and A6. RGB value is (204,234,166). Sum of RGB (Red+Green+Blue) = 204+234+166=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 234 (91.80% from 255 or 38.74% from 604); Blue value is 166 (65.23% from 255 or 27.48% from 604); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEAA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEAA6 is #331559. Grayscale: #D9D9D9. Windows color (decimal): -3347802 or 10939084. OLE color: 10939084.

HSL color Cylindrical-coordinate representation of color #CCEAA6: hue angle of 86.47º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCEAA6 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 234 166 -
CMYK 0.13 0 0.29 0.08
HSL 86.47º 0.62% 0.78% -
HSV(B) 86.47º 0.29% 0.92% -
XYZ 61.21 74.44 47.22 -
YUV 217.28 99.06 118.53 -
System Red Green Blue C M Y K H S L
Decimal 204 234 166 0.13 0 0.29 0.08 86.47 0.62 0.78
Hex CC EA A6 D 0 1D 8 56 3E 4E
Octal 314 352 246 15 0 35 10 126 76 116
Binary 11001100 11101010 10100110 1101 0 11101 1000 1010110 111110 1001110

Color Harmonies of #CCEAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEAA6

Black with #CCEAA6

Text Example


Text Example

White with #CCEAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEAA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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