Html Css Color HEX #CCEAAF Reef

📋 copy color: '#CCEAAF'

red 204 ◦ green 234 ◦ blue 175

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

Shades of Reef #CCEAAF

Tints of Reef #CCEAAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 28.55%

R = 33.28%
G = 38.17%
B = 28.55%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#CCEAAF (or 0xCCEAAF) is known color: Reef. HEX triplet: CC, EA and AF. RGB value is (204,234,175). Sum of RGB (Red+Green+Blue) = 204+234+175=613 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.28% from 613); Green value is 234 (91.80% from 255 or 38.17% from 613); Blue value is 175 (68.75% from 255 or 28.55% from 613); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEAAF is #331550. Grayscale: #DADADA. Windows color (decimal): -3347793 or 11528908. OLE color: 11528908.

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

Color convert

RGB 204 234 175 -
CMYK 0.13 0 0.25 0.08
HSL 90.51º 0.58% 0.8% -
HSV(B) 90.51º 0.25% 0.92% -
XYZ 62.06 74.78 51.72 -
YUV 218.3 103.56 117.8 -
System Red Green Blue C M Y K H S L
Decimal 204 234 175 0.13 0 0.25 0.08 90.51 0.58 0.8
Hex CC EA AF D 0 19 8 5B 3A 50
Octal 314 352 257 15 0 31 10 133 72 120
Binary 11001100 11101010 10101111 1101 0 11001 1000 1011011 111010 1010000

Color Harmonies of #CCEAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEAAF

Black with #CCEAAF

Text Example


Text Example

White with #CCEAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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