Html Css Color HEX #CDE9D6 Granny Apple

📋 copy color: '#CDE9D6'

red 205 ◦ green 233 ◦ blue 214

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

Shades of Granny Apple #CDE9D6

Tints of Granny Apple #CDE9D6

RGB

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

 GREEN value IS 233 (91.41% from 255) = 35.74%

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

R = 31.44%
G = 35.74%
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

#CDE9D6 (or 0xCDE9D6) is known color: Granny Apple. HEX triplet: CD, E9 and D6. RGB value is (205,233,214). Sum of RGB (Red+Green+Blue) = 205+233+214=652 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.44% from 652); Green value is 233 (91.41% from 255 or 35.74% from 652); Blue value is 214 (83.98% from 255 or 32.82% from 652); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE9D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE9D6 is #321629. Grayscale: #DEDEDE. Windows color (decimal): -3282474 or 14084557. OLE color: 14084557.

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

Color convert

RGB 205 233 214 -
CMYK 0.12 0 0.08 0.09
HSL 139.29º 0.39% 0.86% -
HSV(B) 139.29º 0.12% 0.91% -
XYZ 66.45 76.11 74.81 -
YUV 222.46 123.22 115.54 -
System Red Green Blue C M Y K H S L
Decimal 205 233 214 0.12 0 0.08 0.09 139.29 0.39 0.86
Hex CD E9 D6 C 0 8 9 8B 27 56
Octal 315 351 326 14 0 10 11 213 47 126
Binary 11001101 11101001 11010110 1100 0 1000 1001 10001011 100111 1010110

Color Harmonies of #CDE9D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE9D6

Black with #CDE9D6

Text Example


Text Example

White with #CDE9D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE9D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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