Html Css Color HEX #CCE4A0 Reef

📋 copy color: '#CCE4A0'

red 204 ◦ green 228 ◦ blue 160

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

Shades of Reef #CCE4A0

Tints of Reef #CCE4A0

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.51%

 BLUE value IS 160 (62.89% from 255) = 27.03%

R = 34.46%
G = 38.51%
B = 27.03%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#CCE4A0 (or 0xCCE4A0) is known color: Reef. HEX triplet: CC, E4 and A0. RGB value is (204,228,160). Sum of RGB (Red+Green+Blue) = 204+228+160=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 228 (89.45% from 255 or 38.51% from 592); Blue value is 160 (62.89% from 255 or 27.03% from 592); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE4A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE4A0 is #331B5F. Grayscale: #D5D5D5. Windows color (decimal): -3349344 or 10544332. OLE color: 10544332.

HSL color Cylindrical-coordinate representation of color #CCE4A0: hue angle of 81.18º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCE4A0 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 228 160 -
CMYK 0.11 0 0.30 0.11
HSL 81.18º 0.56% 0.76% -
HSV(B) 81.18º 0.3% 0.89% -
XYZ 58.99 70.86 43.83 -
YUV 213.07 98.05 121.53 -
System Red Green Blue C M Y K H S L
Decimal 204 228 160 0.11 0 0.30 0.11 81.18 0.56 0.76
Hex CC E4 A0 B 0 1E B 51 38 4C
Octal 314 344 240 13 0 36 13 121 70 114
Binary 11001100 11100100 10100000 1011 0 11110 1011 1010001 111000 1001100

Color Harmonies of #CCE4A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE4A0

Black with #CCE4A0

Text Example


Text Example

White with #CCE4A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE4A0; }

 p { color: rgb(204,228,160); }

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

background-color css

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

 a { background-color: rgb(204,228,160); }

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

border-color css

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

 span { border-color: rgb(204,228,160); }

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