Html Css Color HEX #CCECAC Reef

📋 copy color: '#CCECAC'

red 204 ◦ green 236 ◦ blue 172

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

Shades of Reef #CCECAC

Tints of Reef #CCECAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 28.1%

R = 33.33%
G = 38.56%
B = 28.1%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#CCECAC (or 0xCCECAC) is known color: Reef. HEX triplet: CC, EC and AC. RGB value is (204,236,172). Sum of RGB (Red+Green+Blue) = 204+236+172=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 236 (92.58% from 255 or 38.56% from 612); Blue value is 172 (67.58% from 255 or 28.10% from 612); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCECAC is #331353. Grayscale: #DBDBDB. Windows color (decimal): -3347284 or 11332812. OLE color: 11332812.

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

Color convert

RGB 204 236 172 -
CMYK 0.14 0 0.27 0.07
HSL 90º 0.63% 0.8% -
HSV(B) 90º 0.27% 0.93% -
XYZ 62.34 75.81 50.38 -
YUV 219.14 101.4 117.2 -
System Red Green Blue C M Y K H S L
Decimal 204 236 172 0.14 0 0.27 0.07 90 0.63 0.8
Hex CC EC AC E 0 1B 7 5A 3F 50
Octal 314 354 254 16 0 33 7 132 77 120
Binary 11001100 11101100 10101100 1110 0 11011 111 1011010 111111 1010000

Color Harmonies of #CCECAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCECAC

Black with #CCECAC

Text Example


Text Example

White with #CCECAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCECAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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