Html Css Color HEX #CDE6D5 Granny Apple

📋 copy color: '#CDE6D5'

red 205 ◦ green 230 ◦ blue 213

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

Shades of Granny Apple #CDE6D5

Tints of Granny Apple #CDE6D5

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.49%

 BLUE value IS 213 (83.59% from 255) = 32.87%

R = 31.64%
G = 35.49%
B = 32.87%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#CDE6D5 (or 0xCDE6D5) is known color: Granny Apple. HEX triplet: CD, E6 and D5. RGB value is (205,230,213). Sum of RGB (Red+Green+Blue) = 205+230+213=648 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.64% from 648); Green value is 230 (90.23% from 255 or 35.49% from 648); Blue value is 213 (83.59% from 255 or 32.87% from 648); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE6D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE6D5 is #32192A. Grayscale: #DCDCDC. Windows color (decimal): -3283243 or 14018253. OLE color: 14018253.

HSL color Cylindrical-coordinate representation of color #CDE6D5: hue angle of 139.2º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDE6D5 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB 205 230 213 -
CMYK 0.11 0 0.07 0.10
HSL 139.2º 0.33% 0.85% -
HSV(B) 139.2º 0.11% 0.9% -
XYZ 65.48 74.38 73.86 -
YUV 220.59 123.72 116.88 -
System Red Green Blue C M Y K H S L
Decimal 205 230 213 0.11 0 0.07 0.10 139.2 0.33 0.85
Hex CD E6 D5 B 0 7 A 8B 21 55
Octal 315 346 325 13 0 7 12 213 41 125
Binary 11001101 11100110 11010101 1011 0 111 1010 10001011 100001 1010101

Color Harmonies of #CDE6D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE6D5

Black with #CDE6D5

Text Example


Text Example

White with #CDE6D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE6D5; }

 p { color: rgb(205,230,213); }

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

background-color css

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

 a { background-color: rgb(205,230,213); }

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

border-color css

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

 span { border-color: rgb(205,230,213); }

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