Html Css Color HEX #CDE2DD Jagged Ice

📋 copy color: '#CDE2DD'

red 205 ◦ green 226 ◦ blue 221

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

Shades of Jagged Ice #CDE2DD

Tints of Jagged Ice #CDE2DD

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.66%

 BLUE value IS 221 (86.72% from 255) = 33.9%

R = 31.44%
G = 34.66%
B = 33.9%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#CDE2DD (or 0xCDE2DD) is known color: Jagged Ice. HEX triplet: CD, E2 and DD. RGB value is (205,226,221). Sum of RGB (Red+Green+Blue) = 205+226+221=652 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.44% from 652); Green value is 226 (88.67% from 255 or 34.66% from 652); Blue value is 221 (86.72% from 255 or 33.90% from 652); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE2DD is #321D22. Grayscale: #DBDBDB. Windows color (decimal): -3284259 or 14541517. OLE color: 14541517.

HSL color Cylindrical-coordinate representation of color #CDE2DD: hue angle of 165.71º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDE2DD is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 205 226 221 -
CMYK 0.09 0 0.02 0.11
HSL 165.71º 0.27% 0.85% -
HSV(B) 165.71º 0.09% 0.89% -
XYZ 65.42 72.59 78.97 -
YUV 219.15 129.04 117.91 -
System Red Green Blue C M Y K H S L
Decimal 205 226 221 0.09 0 0.02 0.11 165.71 0.27 0.85
Hex CD E2 DD 9 0 2 B A6 1B 55
Octal 315 342 335 11 0 2 13 246 33 125
Binary 11001101 11100010 11011101 1001 0 10 1011 10100110 11011 1010101

Color Harmonies of #CDE2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE2DD

Black with #CDE2DD

Text Example


Text Example

White with #CDE2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE2DD; }

 p { color: rgb(205,226,221); }

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

background-color css

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

 a { background-color: rgb(205,226,221); }

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

border-color css

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

 span { border-color: rgb(205,226,221); }

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