Html Css Color HEX #CCEDA8 Reef

📋 copy color: '#CCEDA8'

red 204 ◦ green 237 ◦ blue 168

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

Shades of Reef #CCEDA8

Tints of Reef #CCEDA8

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.92%

 BLUE value IS 168 (66.02% from 255) = 27.59%

R = 33.5%
G = 38.92%
B = 27.59%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#CCEDA8 (or 0xCCEDA8) is known color: Reef. HEX triplet: CC, ED and A8. RGB value is (204,237,168). Sum of RGB (Red+Green+Blue) = 204+237+168=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 237 (92.97% from 255 or 38.92% from 609); Blue value is 168 (66.02% from 255 or 27.59% from 609); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEDA8 is #331257. Grayscale: #DBDBDB. Windows color (decimal): -3347032 or 11070924. OLE color: 11070924.

HSL color Cylindrical-coordinate representation of color #CCEDA8: hue angle of 88.7º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCEDA8 is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 237 168 -
CMYK 0.14 0 0.29 0.07
HSL 88.7º 0.66% 0.79% -
HSV(B) 88.7º 0.29% 0.93% -
XYZ 62.25 76.23 48.48 -
YUV 219.27 99.07 117.11 -
System Red Green Blue C M Y K H S L
Decimal 204 237 168 0.14 0 0.29 0.07 88.7 0.66 0.79
Hex CC ED A8 E 0 1D 7 59 42 4F
Octal 314 355 250 16 0 35 7 131 102 117
Binary 11001100 11101101 10101000 1110 0 11101 111 1011001 1000010 1001111

Color Harmonies of #CCEDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEDA8

Black with #CCEDA8

Text Example


Text Example

White with #CCEDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEDA8; }

 p { color: rgb(204,237,168); }

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

background-color css

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

 a { background-color: rgb(204,237,168); }

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

border-color css

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

 span { border-color: rgb(204,237,168); }

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