Html Css Color HEX #CCEDD6 Granny Apple

📋 copy color: '#CCEDD6'

red 204 ◦ green 237 ◦ blue 214

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

Shades of Granny Apple #CCEDD6

Tints of Granny Apple #CCEDD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 32.67%

R = 31.15%
G = 36.18%
B = 32.67%

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

#CCEDD6 (or 0xCCEDD6) is known color: Granny Apple. HEX triplet: CC, ED and D6. RGB value is (204,237,214). Sum of RGB (Red+Green+Blue) = 204+237+214=655 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.15% from 655); Green value is 237 (92.97% from 255 or 36.18% from 655); Blue value is 214 (83.98% from 255 or 32.67% from 655); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEDD6 is #331229. Grayscale: #E0E0E0. Windows color (decimal): -3346986 or 14085580. OLE color: 14085580.

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

Color convert

RGB 204 237 214 -
CMYK 0.14 0 0.10 0.07
HSL 138.18º 0.48% 0.86% -
HSV(B) 138.18º 0.14% 0.93% -
XYZ 67.32 78.26 75.18 -
YUV 224.51 122.07 113.37 -
System Red Green Blue C M Y K H S L
Decimal 204 237 214 0.14 0 0.10 0.07 138.18 0.48 0.86
Hex CC ED D6 E 0 A 7 8A 30 56
Octal 314 355 326 16 0 12 7 212 60 126
Binary 11001100 11101101 11010110 1110 0 1010 111 10001010 110000 1010110

Color Harmonies of #CCEDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEDD6

Black with #CCEDD6

Text Example


Text Example

White with #CCEDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEDD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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