Html Css Color HEX #CDE3DF Jagged Ice

📋 copy color: '#CDE3DF'

red 205 ◦ green 227 ◦ blue 223

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

Shades of Jagged Ice #CDE3DF

Tints of Jagged Ice #CDE3DF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 34.66%

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

R = 31.3%
G = 34.66%
B = 34.05%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#CDE3DF (or 0xCDE3DF) is known color: Jagged Ice. HEX triplet: CD, E3 and DF. RGB value is (205,227,223). Sum of RGB (Red+Green+Blue) = 205+227+223=655 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.30% from 655); Green value is 227 (89.06% from 255 or 34.66% from 655); Blue value is 223 (87.5% from 255 or 34.05% from 655); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE3DF is #321C20. Grayscale: #DBDBDB. Windows color (decimal): -3284001 or 14672845. OLE color: 14672845.

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

Color convert

RGB 205 227 223 -
CMYK 0.10 0 0.02 0.11
HSL 169.09º 0.28% 0.85% -
HSV(B) 169.09º 0.1% 0.89% -
XYZ 65.97 73.25 80.47 -
YUV 219.97 129.71 117.33 -
System Red Green Blue C M Y K H S L
Decimal 205 227 223 0.10 0 0.02 0.11 169.09 0.28 0.85
Hex CD E3 DF A 0 2 B A9 1C 55
Octal 315 343 337 12 0 2 13 251 34 125
Binary 11001101 11100011 11011111 1010 0 10 1011 10101001 11100 1010101

Color Harmonies of #CDE3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE3DF

Black with #CDE3DF

Text Example


Text Example

White with #CDE3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE3DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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