Html Css Color HEX #CCE8D5 Granny Apple

📋 copy color: '#CCE8D5'

red 204 ◦ green 232 ◦ blue 213

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

Shades of Granny Apple #CCE8D5

Tints of Granny Apple #CCE8D5

RGB

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

 GREEN value IS 232 (91.02% from 255) = 35.75%

 BLUE value IS 213 (83.59% from 255) = 32.82%

R = 31.43%
G = 35.75%
B = 32.82%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#CCE8D5 (or 0xCCE8D5) is known color: Granny Apple. HEX triplet: CC, E8 and D5. RGB value is (204,232,213). Sum of RGB (Red+Green+Blue) = 204+232+213=649 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.43% from 649); Green value is 232 (91.02% from 255 or 35.75% from 649); Blue value is 213 (83.59% from 255 or 32.82% from 649); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE8D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE8D5 is #33172A. Grayscale: #DDDDDD. Windows color (decimal): -3348267 or 14018764. OLE color: 14018764.

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

Color convert

RGB 204 232 213 -
CMYK 0.12 0 0.08 0.09
HSL 139.29º 0.38% 0.85% -
HSV(B) 139.29º 0.12% 0.91% -
XYZ 65.77 75.35 74.03 -
YUV 221.46 123.22 115.54 -
System Red Green Blue C M Y K H S L
Decimal 204 232 213 0.12 0 0.08 0.09 139.29 0.38 0.85
Hex CC E8 D5 C 0 8 9 8B 26 55
Octal 314 350 325 14 0 10 11 213 46 125
Binary 11001100 11101000 11010101 1100 0 1000 1001 10001011 100110 1010101

Color Harmonies of #CCE8D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE8D5

Black with #CCE8D5

Text Example


Text Example

White with #CCE8D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE8D5; }

 p { color: rgb(204,232,213); }

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

background-color css

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

 a { background-color: rgb(204,232,213); }

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

border-color css

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

 span { border-color: rgb(204,232,213); }

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