Html Css Color HEX #CDE8DA Aero Blue

📋 copy color: '#CDE8DA'

red 205 ◦ green 232 ◦ blue 218

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

Shades of Aero Blue #CDE8DA

Tints of Aero Blue #CDE8DA

RGB

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

 GREEN value IS 232 (91.02% from 255) = 35.42%

 BLUE value IS 218 (85.55% from 255) = 33.28%

R = 31.3%
G = 35.42%
B = 33.28%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#CDE8DA (or 0xCDE8DA) is known color: Aero Blue. HEX triplet: CD, E8 and DA. RGB value is (205,232,218). Sum of RGB (Red+Green+Blue) = 205+232+218=655 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.30% from 655); Green value is 232 (91.02% from 255 or 35.42% from 655); Blue value is 218 (85.55% from 255 or 33.28% from 655); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE8DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE8DA is #321725. Grayscale: #DEDEDE. Windows color (decimal): -3282726 or 14346445. OLE color: 14346445.

HSL color Cylindrical-coordinate representation of color #CDE8DA: hue angle of 148.89º degrees, saturation: 0.37, 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 #CDE8DA is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 205 232 218 -
CMYK 0.12 0 0.06 0.09
HSL 148.89º 0.37% 0.86% -
HSV(B) 148.89º 0.12% 0.91% -
XYZ 66.69 75.75 77.44 -
YUV 222.33 125.55 115.64 -
System Red Green Blue C M Y K H S L
Decimal 205 232 218 0.12 0 0.06 0.09 148.89 0.37 0.86
Hex CD E8 DA C 0 6 9 95 25 56
Octal 315 350 332 14 0 6 11 225 45 126
Binary 11001101 11101000 11011010 1100 0 110 1001 10010101 100101 1010110

Color Harmonies of #CDE8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE8DA

Black with #CDE8DA

Text Example


Text Example

White with #CDE8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE8DA; }

 p { color: rgb(205,232,218); }

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

background-color css

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

 a { background-color: rgb(205,232,218); }

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

border-color css

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

 span { border-color: rgb(205,232,218); }

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