Html Css Color HEX #CCE4A2 Reef

📋 copy color: '#CCE4A2'

red 204 ◦ green 228 ◦ blue 162

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

Shades of Reef #CCE4A2

Tints of Reef #CCE4A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 27.27%

R = 34.34%
G = 38.38%
B = 27.27%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.29

 K value IS 0.11

RGB Variations

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

Color information

#CCE4A2 (or 0xCCE4A2) is known color: Reef. HEX triplet: CC, E4 and A2. RGB value is (204,228,162). Sum of RGB (Red+Green+Blue) = 204+228+162=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 228 (89.45% from 255 or 38.38% from 594); Blue value is 162 (63.67% from 255 or 27.27% from 594); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE4A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE4A2 is #331B5D. Grayscale: #D5D5D5. Windows color (decimal): -3349342 or 10675404. OLE color: 10675404.

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

Color convert

RGB 204 228 162 -
CMYK 0.11 0 0.29 0.11
HSL 81.82º 0.55% 0.76% -
HSV(B) 81.82º 0.29% 0.89% -
XYZ 59.17 70.93 44.76 -
YUV 213.3 99.05 121.37 -
System Red Green Blue C M Y K H S L
Decimal 204 228 162 0.11 0 0.29 0.11 81.82 0.55 0.76
Hex CC E4 A2 B 0 1D B 52 37 4C
Octal 314 344 242 13 0 35 13 122 67 114
Binary 11001100 11100100 10100010 1011 0 11101 1011 1010010 110111 1001100

Color Harmonies of #CCE4A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE4A2

Black with #CCE4A2

Text Example


Text Example

White with #CCE4A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE4A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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