Html Css Color HEX #CDE2DF Jagged Ice

📋 copy color: '#CDE2DF'

red 205 ◦ green 226 ◦ blue 223

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

Shades of Jagged Ice #CDE2DF

Tints of Jagged Ice #CDE2DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.1%

R = 31.35%
G = 34.56%
B = 34.1%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#CDE2DF (or 0xCDE2DF) is known color: Jagged Ice. HEX triplet: CD, E2 and DF. RGB value is (205,226,223). Sum of RGB (Red+Green+Blue) = 205+226+223=654 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.35% from 654); Green value is 226 (88.67% from 255 or 34.56% from 654); Blue value is 223 (87.5% from 255 or 34.10% from 654); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE2DF is #321D20. Grayscale: #DBDBDB. Windows color (decimal): -3284257 or 14672589. OLE color: 14672589.

HSL color Cylindrical-coordinate representation of color #CDE2DF: hue angle of 171.43º 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 #CDE2DF is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB 205 226 223 -
CMYK 0.09 0 0.01 0.11
HSL 171.43º 0.27% 0.85% -
HSV(B) 171.43º 0.09% 0.89% -
XYZ 65.69 72.7 80.38 -
YUV 219.38 130.04 117.74 -
System Red Green Blue C M Y K H S L
Decimal 205 226 223 0.09 0 0.01 0.11 171.43 0.27 0.85
Hex CD E2 DF 9 0 1 B AB 1B 55
Octal 315 342 337 11 0 1 13 253 33 125
Binary 11001101 11100010 11011111 1001 0 1 1011 10101011 11011 1010101

Color Harmonies of #CDE2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE2DF

Black with #CDE2DF

Text Example


Text Example

White with #CDE2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE2DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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