Html Css Color HEX #CCECAF Reef

📋 copy color: '#CCECAF'

red 204 ◦ green 236 ◦ blue 175

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

Shades of Reef #CCECAF

Tints of Reef #CCECAF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.37%

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

R = 33.17%
G = 38.37%
B = 28.46%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#CCECAF (or 0xCCECAF) is known color: Reef. HEX triplet: CC, EC and AF. RGB value is (204,236,175). Sum of RGB (Red+Green+Blue) = 204+236+175=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 236 (92.58% from 255 or 38.37% from 615); Blue value is 175 (68.75% from 255 or 28.46% from 615); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCECAF is #331350. Grayscale: #DBDBDB. Windows color (decimal): -3347281 or 11529420. OLE color: 11529420.

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

Color convert

RGB 204 236 175 -
CMYK 0.14 0 0.26 0.07
HSL 91.48º 0.62% 0.81% -
HSV(B) 91.48º 0.26% 0.93% -
XYZ 62.64 75.92 51.91 -
YUV 219.48 102.9 116.96 -
System Red Green Blue C M Y K H S L
Decimal 204 236 175 0.14 0 0.26 0.07 91.48 0.62 0.81
Hex CC EC AF E 0 1A 7 5B 3E 51
Octal 314 354 257 16 0 32 7 133 76 121
Binary 11001100 11101100 10101111 1110 0 11010 111 1011011 111110 1010001

Color Harmonies of #CCECAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCECAF

Black with #CCECAF

Text Example


Text Example

White with #CCECAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCECAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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