Html Css Color HEX #CCEDD4 Granny Apple

📋 copy color: '#CCEDD4'

red 204 ◦ green 237 ◦ blue 212

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

Shades of Granny Apple #CCEDD4

Tints of Granny Apple #CCEDD4

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.29%

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

R = 31.24%
G = 36.29%
B = 32.47%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#CCEDD4 (or 0xCCEDD4) is known color: Granny Apple. HEX triplet: CC, ED and D4. RGB value is (204,237,212). Sum of RGB (Red+Green+Blue) = 204+237+212=653 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.24% from 653); Green value is 237 (92.97% from 255 or 36.29% from 653); Blue value is 212 (83.20% from 255 or 32.47% from 653); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEDD4 is #33122B. Grayscale: #E0E0E0. Windows color (decimal): -3346988 or 13954508. OLE color: 13954508.

HSL color Cylindrical-coordinate representation of color #CCEDD4: hue angle of 134.55º degrees, saturation: 0.48, 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 #CCEDD4 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 237 212 -
CMYK 0.14 0 0.11 0.07
HSL 134.55º 0.48% 0.86% -
HSV(B) 134.55º 0.14% 0.93% -
XYZ 67.07 78.16 73.84 -
YUV 224.28 121.07 113.53 -
System Red Green Blue C M Y K H S L
Decimal 204 237 212 0.14 0 0.11 0.07 134.55 0.48 0.86
Hex CC ED D4 E 0 B 7 87 30 56
Octal 314 355 324 16 0 13 7 207 60 126
Binary 11001100 11101101 11010100 1110 0 1011 111 10000111 110000 1010110

Color Harmonies of #CCEDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEDD4

Black with #CCEDD4

Text Example


Text Example

White with #CCEDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEDD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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