Html Css Color HEX #CDE5DF Jagged Ice

📋 copy color: '#CDE5DF'

red 205 ◦ green 229 ◦ blue 223

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

Shades of Jagged Ice #CDE5DF

Tints of Jagged Ice #CDE5DF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 34.86%

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

R = 31.2%
G = 34.86%
B = 33.94%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#CDE5DF (or 0xCDE5DF) is known color: Jagged Ice. HEX triplet: CD, E5 and DF. RGB value is (205,229,223). Sum of RGB (Red+Green+Blue) = 205+229+223=657 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.20% from 657); Green value is 229 (89.84% from 255 or 34.86% from 657); Blue value is 223 (87.5% from 255 or 33.94% from 657); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE5DF is #321A20. Grayscale: #DDDDDD. Windows color (decimal): -3283489 or 14673357. OLE color: 14673357.

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

Color convert

RGB 205 229 223 -
CMYK 0.10 0 0.03 0.10
HSL 165º 0.32% 0.85% -
HSV(B) 165º 0.1% 0.9% -
XYZ 66.52 74.35 80.66 -
YUV 221.14 129.05 116.49 -
System Red Green Blue C M Y K H S L
Decimal 205 229 223 0.10 0 0.03 0.10 165 0.32 0.85
Hex CD E5 DF A 0 3 A A5 20 55
Octal 315 345 337 12 0 3 12 245 40 125
Binary 11001101 11100101 11011111 1010 0 11 1010 10100101 100000 1010101

Color Harmonies of #CDE5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE5DF

Black with #CDE5DF

Text Example


Text Example

White with #CDE5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE5DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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