Html Css Color HEX #CCE4D0 Granny Apple

📋 copy color: '#CCE4D0'

red 204 ◦ green 228 ◦ blue 208

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

Shades of Granny Apple #CCE4D0

Tints of Granny Apple #CCE4D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 32.5%

R = 31.88%
G = 35.63%
B = 32.5%

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

#CCE4D0 (or 0xCCE4D0) is known color: Granny Apple. HEX triplet: CC, E4 and D0. RGB value is (204,228,208). Sum of RGB (Red+Green+Blue) = 204+228+208=640 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.88% from 640); Green value is 228 (89.45% from 255 or 35.62% from 640); Blue value is 208 (81.64% from 255 or 32.5% from 640); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE4D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE4D0 is #331B2F. Grayscale: #DADADA. Windows color (decimal): -3349296 or 13690060. OLE color: 13690060.

HSL color Cylindrical-coordinate representation of color #CCE4D0: hue angle of 130º 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 #CCE4D0 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 228 208 -
CMYK 0.11 0 0.09 0.11
HSL 130º 0.31% 0.85% -
HSV(B) 130º 0.11% 0.89% -
XYZ 64.03 72.88 70.37 -
YUV 218.54 122.05 117.63 -
System Red Green Blue C M Y K H S L
Decimal 204 228 208 0.11 0 0.09 0.11 130 0.31 0.85
Hex CC E4 D0 B 0 9 B 82 1F 55
Octal 314 344 320 13 0 11 13 202 37 125
Binary 11001100 11100100 11010000 1011 0 1001 1011 10000010 11111 1010101

Color Harmonies of #CCE4D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE4D0

Black with #CCE4D0

Text Example


Text Example

White with #CCE4D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE4D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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