Html Css Color HEX #CDEBD6 Granny Apple

📋 copy color: '#CDEBD6'

red 205 ◦ green 235 ◦ blue 214

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

Shades of Granny Apple #CDEBD6

Tints of Granny Apple #CDEBD6

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.93%

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

R = 31.35%
G = 35.93%
B = 32.72%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#CDEBD6 (or 0xCDEBD6) is known color: Granny Apple. HEX triplet: CD, EB and D6. RGB value is (205,235,214). Sum of RGB (Red+Green+Blue) = 205+235+214=654 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.35% from 654); Green value is 235 (92.19% from 255 or 35.93% from 654); Blue value is 214 (83.98% from 255 or 32.72% from 654); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEBD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEBD6 is #321429. Grayscale: #DFDFDF. Windows color (decimal): -3281962 or 14085069. OLE color: 14085069.

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

Color convert

RGB 205 235 214 -
CMYK 0.13 0 0.09 0.08
HSL 138º 0.43% 0.86% -
HSV(B) 138º 0.13% 0.92% -
XYZ 67.02 77.25 75 -
YUV 223.64 122.56 114.71 -
System Red Green Blue C M Y K H S L
Decimal 205 235 214 0.13 0 0.09 0.08 138 0.43 0.86
Hex CD EB D6 D 0 9 8 8A 2B 56
Octal 315 353 326 15 0 11 10 212 53 126
Binary 11001101 11101011 11010110 1101 0 1001 1000 10001010 101011 1010110

Color Harmonies of #CDEBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEBD6

Black with #CDEBD6

Text Example


Text Example

White with #CDEBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEBD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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