Html Css Color HEX #CCE1A4 Reef

📋 copy color: '#CCE1A4'

red 204 ◦ green 225 ◦ blue 164

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

Shades of Reef #CCE1A4

Tints of Reef #CCE1A4

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.94%

 BLUE value IS 164 (64.45% from 255) = 27.66%

R = 34.4%
G = 37.94%
B = 27.66%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#CCE1A4 (or 0xCCE1A4) is known color: Reef. HEX triplet: CC, E1 and A4. RGB value is (204,225,164). Sum of RGB (Red+Green+Blue) = 204+225+164=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 225 (88.28% from 255 or 37.94% from 593); Blue value is 164 (64.45% from 255 or 27.66% from 593); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE1A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE1A4 is #331E5B. Grayscale: #D3D3D3. Windows color (decimal): -3350108 or 10805708. OLE color: 10805708.

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

Color convert

RGB 204 225 164 -
CMYK 0.09 0 0.27 0.12
HSL 80.66º 0.5% 0.76% -
HSV(B) 80.66º 0.27% 0.88% -
XYZ 58.53 69.37 45.43 -
YUV 211.77 101.04 122.46 -
System Red Green Blue C M Y K H S L
Decimal 204 225 164 0.09 0 0.27 0.12 80.66 0.5 0.76
Hex CC E1 A4 9 0 1B C 51 32 4C
Octal 314 341 244 11 0 33 14 121 62 114
Binary 11001100 11100001 10100100 1001 0 11011 1100 1010001 110010 1001100

Color Harmonies of #CCE1A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE1A4

Black with #CCE1A4

Text Example


Text Example

White with #CCE1A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE1A4; }

 p { color: rgb(204,225,164); }

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

background-color css

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

 a { background-color: rgb(204,225,164); }

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

border-color css

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

 span { border-color: rgb(204,225,164); }

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