Html Css Color HEX #CCE7A8 Reef

📋 copy color: '#CCE7A8'

red 204 ◦ green 231 ◦ blue 168

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

Shades of Reef #CCE7A8

Tints of Reef #CCE7A8

RGB

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

 GREEN value IS 231 (90.63% from 255) = 38.31%

 BLUE value IS 168 (66.02% from 255) = 27.86%

R = 33.83%
G = 38.31%
B = 27.86%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#CCE7A8 (or 0xCCE7A8) is known color: Reef. HEX triplet: CC, E7 and A8. RGB value is (204,231,168). Sum of RGB (Red+Green+Blue) = 204+231+168=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 231 (90.62% from 255 or 38.31% from 603); Blue value is 168 (66.02% from 255 or 27.86% from 603); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE7A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE7A8 is #331857. Grayscale: #D7D7D7. Windows color (decimal): -3348568 or 11069388. OLE color: 11069388.

HSL color Cylindrical-coordinate representation of color #CCE7A8: hue angle of 85.71º degrees, saturation: 0.57, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCE7A8 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 231 168 -
CMYK 0.12 0 0.27 0.09
HSL 85.71º 0.57% 0.78% -
HSV(B) 85.71º 0.27% 0.91% -
XYZ 60.55 72.82 47.91 -
YUV 215.75 101.05 119.62 -
System Red Green Blue C M Y K H S L
Decimal 204 231 168 0.12 0 0.27 0.09 85.71 0.57 0.78
Hex CC E7 A8 C 0 1B 9 56 39 4E
Octal 314 347 250 14 0 33 11 126 71 116
Binary 11001100 11100111 10101000 1100 0 11011 1001 1010110 111001 1001110

Color Harmonies of #CCE7A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE7A8

Black with #CCE7A8

Text Example


Text Example

White with #CCE7A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE7A8; }

 p { color: rgb(204,231,168); }

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

background-color css

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

 a { background-color: rgb(204,231,168); }

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

border-color css

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

 span { border-color: rgb(204,231,168); }

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