Html Css Color HEX #CCE1A1 Reef

📋 copy color: '#CCE1A1'

red 204 ◦ green 225 ◦ blue 161

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

Shades of Reef #CCE1A1

Tints of Reef #CCE1A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 27.29%

R = 34.58%
G = 38.14%
B = 27.29%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#CCE1A1 (or 0xCCE1A1) is known color: Reef. HEX triplet: CC, E1 and A1. RGB value is (204,225,161). Sum of RGB (Red+Green+Blue) = 204+225+161=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 225 (88.28% from 255 or 38.14% from 590); Blue value is 161 (63.28% from 255 or 27.29% from 590); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE1A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE1A1 is #331E5E. Grayscale: #D3D3D3. Windows color (decimal): -3350111 or 10609100. OLE color: 10609100.

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

Color convert

RGB 204 225 161 -
CMYK 0.09 0 0.28 0.12
HSL 79.69º 0.52% 0.76% -
HSV(B) 79.69º 0.28% 0.88% -
XYZ 58.26 69.26 44.02 -
YUV 211.43 99.54 122.7 -
System Red Green Blue C M Y K H S L
Decimal 204 225 161 0.09 0 0.28 0.12 79.69 0.52 0.76
Hex CC E1 A1 9 0 1C C 50 34 4C
Octal 314 341 241 11 0 34 14 120 64 114
Binary 11001100 11100001 10100001 1001 0 11100 1100 1010000 110100 1001100

Color Harmonies of #CCE1A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE1A1

Black with #CCE1A1

Text Example


Text Example

White with #CCE1A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE1A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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