Html Css Color HEX #CCECD4 Granny Apple

📋 copy color: '#CCECD4'

red 204 ◦ green 236 ◦ blue 212

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

Shades of Granny Apple #CCECD4

Tints of Granny Apple #CCECD4

RGB

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

 GREEN value IS 236 (92.58% from 255) = 36.2%

 BLUE value IS 212 (83.2% from 255) = 32.52%

R = 31.29%
G = 36.2%
B = 32.52%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#CCECD4 (or 0xCCECD4) is known color: Granny Apple. HEX triplet: CC, EC and D4. RGB value is (204,236,212). Sum of RGB (Red+Green+Blue) = 204+236+212=652 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.29% from 652); Green value is 236 (92.58% from 255 or 36.20% from 652); Blue value is 212 (83.20% from 255 or 32.52% from 652); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCECD4 is #33132B. Grayscale: #DFDFDF. Windows color (decimal): -3347244 or 13954252. OLE color: 13954252.

HSL color Cylindrical-coordinate representation of color #CCECD4: hue angle of 135º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCECD4 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 236 212 -
CMYK 0.14 0 0.10 0.07
HSL 135º 0.46% 0.86% -
HSV(B) 135º 0.14% 0.93% -
XYZ 66.78 77.58 73.74 -
YUV 223.7 121.4 113.95 -
System Red Green Blue C M Y K H S L
Decimal 204 236 212 0.14 0 0.10 0.07 135 0.46 0.86
Hex CC EC D4 E 0 A 7 87 2E 56
Octal 314 354 324 16 0 12 7 207 56 126
Binary 11001100 11101100 11010100 1110 0 1010 111 10000111 101110 1010110

Color Harmonies of #CCECD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCECD4

Black with #CCECD4

Text Example


Text Example

White with #CCECD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCECD4; }

 p { color: rgb(204,236,212); }

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

background-color css

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

 a { background-color: rgb(204,236,212); }

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

border-color css

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

 span { border-color: rgb(204,236,212); }

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