Html Css Color HEX #CCE49E Reef

📋 copy color: '#CCE49E'

red 204 ◦ green 228 ◦ blue 158

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

Shades of Reef #CCE49E

Tints of Reef #CCE49E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 26.78%

R = 34.58%
G = 38.64%
B = 26.78%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#CCE49E (or 0xCCE49E) is known color: Reef. HEX triplet: CC, E4 and 9E. RGB value is (204,228,158). Sum of RGB (Red+Green+Blue) = 204+228+158=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 228 (89.45% from 255 or 38.64% from 590); Blue value is 158 (62.11% from 255 or 26.78% from 590); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE49E is #331B61. Grayscale: #D5D5D5. Windows color (decimal): -3349346 or 10413260. OLE color: 10413260.

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

Color convert

RGB 204 228 158 -
CMYK 0.11 0 0.31 0.11
HSL 80.57º 0.56% 0.76% -
HSV(B) 80.57º 0.31% 0.89% -
XYZ 58.82 70.79 42.91 -
YUV 212.84 97.05 121.69 -
System Red Green Blue C M Y K H S L
Decimal 204 228 158 0.11 0 0.31 0.11 80.57 0.56 0.76
Hex CC E4 9E B 0 1F B 51 38 4C
Octal 314 344 236 13 0 37 13 121 70 114
Binary 11001100 11100100 10011110 1011 0 11111 1011 1010001 111000 1001100

Color Harmonies of #CCE49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE49E

Black with #CCE49E

Text Example


Text Example

White with #CCE49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE49E; }

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

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

background-color css

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

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

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

border-color css

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

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

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