Html Css Color HEX #CCE1CF Granny Apple

📋 copy color: '#CCE1CF'

red 204 ◦ green 225 ◦ blue 207

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

Shades of Granny Apple #CCE1CF

Tints of Granny Apple #CCE1CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 32.55%

R = 32.08%
G = 35.38%
B = 32.55%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#CCE1CF (or 0xCCE1CF) is known color: Granny Apple. HEX triplet: CC, E1 and CF. RGB value is (204,225,207). Sum of RGB (Red+Green+Blue) = 204+225+207=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 225 (88.28% from 255 or 35.38% from 636); Blue value is 207 (81.25% from 255 or 32.55% from 636); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE1CF is #331E30. Grayscale: #D8D8D8. Windows color (decimal): -3350065 or 13623756. OLE color: 13623756.

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

Color convert

RGB 204 225 207 -
CMYK 0.09 0 0.08 0.12
HSL 128.57º 0.26% 0.84% -
HSV(B) 128.57º 0.09% 0.88% -
XYZ 63.09 71.19 69.45 -
YUV 216.67 122.54 118.96 -
System Red Green Blue C M Y K H S L
Decimal 204 225 207 0.09 0 0.08 0.12 128.57 0.26 0.84
Hex CC E1 CF 9 0 8 C 81 1A 54
Octal 314 341 317 11 0 10 14 201 32 124
Binary 11001100 11100001 11001111 1001 0 1000 1100 10000001 11010 1010100

Color Harmonies of #CCE1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE1CF

Black with #CCE1CF

Text Example


Text Example

White with #CCE1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE1CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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