Html Css Color HEX #CDECD6 Granny Apple

📋 copy color: '#CDECD6'

red 205 ◦ green 236 ◦ blue 214

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

Shades of Granny Apple #CDECD6

Tints of Granny Apple #CDECD6

RGB

 RED value IS 205 (80.47% from 255) = 31.3%

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

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

R = 31.3%
G = 36.03%
B = 32.67%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#CDECD6 (or 0xCDECD6) is known color: Granny Apple. HEX triplet: CD, EC and D6. RGB value is (205,236,214). Sum of RGB (Red+Green+Blue) = 205+236+214=655 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.30% from 655); Green value is 236 (92.58% from 255 or 36.03% from 655); Blue value is 214 (83.98% from 255 or 32.67% from 655); Max value from RGB is 236 - color contains mainly: green. Hex color #CDECD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDECD6 is #321329. Grayscale: #E0E0E0. Windows color (decimal): -3281706 or 14085325. OLE color: 14085325.

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

Color convert

RGB 205 236 214 -
CMYK 0.13 0 0.09 0.07
HSL 137.42º 0.45% 0.86% -
HSV(B) 137.42º 0.13% 0.93% -
XYZ 67.31 77.83 75.09 -
YUV 224.22 122.23 114.29 -
System Red Green Blue C M Y K H S L
Decimal 205 236 214 0.13 0 0.09 0.07 137.42 0.45 0.86
Hex CD EC D6 D 0 9 7 89 2D 56
Octal 315 354 326 15 0 11 7 211 55 126
Binary 11001101 11101100 11010110 1101 0 1001 111 10001001 101101 1010110

Color Harmonies of #CDECD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDECD6

Black with #CDECD6

Text Example


Text Example

White with #CDECD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDECD6; }

 p { color: rgb(205,236,214); }

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

background-color css

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

 a { background-color: rgb(205,236,214); }

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

border-color css

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

 span { border-color: rgb(205,236,214); }

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