Html Css Color HEX #CCE4CF Granny Apple

📋 copy color: '#CCE4CF'

red 204 ◦ green 228 ◦ blue 207

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

Shades of Granny Apple #CCE4CF

Tints of Granny Apple #CCE4CF

RGB

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

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

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

R = 31.92%
G = 35.68%
B = 32.39%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#CCE4CF (or 0xCCE4CF) is known color: Granny Apple. HEX triplet: CC, E4 and CF. RGB value is (204,228,207). Sum of RGB (Red+Green+Blue) = 204+228+207=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 228 (89.45% from 255 or 35.68% from 639); Blue value is 207 (81.25% from 255 or 32.39% from 639); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE4CF is #331B30. Grayscale: #DADADA. Windows color (decimal): -3349297 or 13624524. OLE color: 13624524.

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

Color convert

RGB 204 228 207 -
CMYK 0.11 0 0.09 0.11
HSL 127.5º 0.31% 0.85% -
HSV(B) 127.5º 0.11% 0.89% -
XYZ 63.91 72.83 69.72 -
YUV 218.43 121.55 117.71 -
System Red Green Blue C M Y K H S L
Decimal 204 228 207 0.11 0 0.09 0.11 127.5 0.31 0.85
Hex CC E4 CF B 0 9 B 80 1F 55
Octal 314 344 317 13 0 11 13 200 37 125
Binary 11001100 11100100 11001111 1011 0 1001 1011 10000000 11111 1010101

Color Harmonies of #CCE4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE4CF

Black with #CCE4CF

Text Example


Text Example

White with #CCE4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE4CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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