Html Css Color HEX #CCECAB Reef

📋 copy color: '#CCECAB'

red 204 ◦ green 236 ◦ blue 171

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

Shades of Reef #CCECAB

Tints of Reef #CCECAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 27.99%

R = 33.39%
G = 38.63%
B = 27.99%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#CCECAB (or 0xCCECAB) is known color: Reef. HEX triplet: CC, EC and AB. RGB value is (204,236,171). Sum of RGB (Red+Green+Blue) = 204+236+171=611 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.39% from 611); Green value is 236 (92.58% from 255 or 38.63% from 611); Blue value is 171 (67.19% from 255 or 27.99% from 611); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCECAB is #331354. Grayscale: #DBDBDB. Windows color (decimal): -3347285 or 11267276. OLE color: 11267276.

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

Color convert

RGB 204 236 171 -
CMYK 0.14 0 0.28 0.07
HSL 89.54º 0.63% 0.8% -
HSV(B) 89.54º 0.28% 0.93% -
XYZ 62.25 75.77 49.87 -
YUV 219.02 100.9 117.29 -
System Red Green Blue C M Y K H S L
Decimal 204 236 171 0.14 0 0.28 0.07 89.54 0.63 0.8
Hex CC EC AB E 0 1C 7 5A 3F 50
Octal 314 354 253 16 0 34 7 132 77 120
Binary 11001100 11101100 10101011 1110 0 11100 111 1011010 111111 1010000

Color Harmonies of #CCECAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCECAB

Black with #CCECAB

Text Example


Text Example

White with #CCECAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCECAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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