Html Css Color HEX #CDE6DF Jagged Ice

📋 copy color: '#CDE6DF'

red 205 ◦ green 230 ◦ blue 223

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

Shades of Jagged Ice #CDE6DF

Tints of Jagged Ice #CDE6DF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 34.95%

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

R = 31.16%
G = 34.95%
B = 33.89%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#CDE6DF (or 0xCDE6DF) is known color: Jagged Ice. HEX triplet: CD, E6 and DF. RGB value is (205,230,223). Sum of RGB (Red+Green+Blue) = 205+230+223=658 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.16% from 658); Green value is 230 (90.23% from 255 or 34.95% from 658); Blue value is 223 (87.5% from 255 or 33.89% from 658); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE6DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE6DF is #321920. Grayscale: #DDDDDD. Windows color (decimal): -3283233 or 14673613. OLE color: 14673613.

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

Color convert

RGB 205 230 223 -
CMYK 0.11 0 0.03 0.10
HSL 163.2º 0.33% 0.85% -
HSV(B) 163.2º 0.11% 0.9% -
XYZ 66.79 74.9 80.75 -
YUV 221.73 128.72 116.07 -
System Red Green Blue C M Y K H S L
Decimal 205 230 223 0.11 0 0.03 0.10 163.2 0.33 0.85
Hex CD E6 DF B 0 3 A A3 21 55
Octal 315 346 337 13 0 3 12 243 41 125
Binary 11001101 11100110 11011111 1011 0 11 1010 10100011 100001 1010101

Color Harmonies of #CDE6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE6DF

Black with #CDE6DF

Text Example


Text Example

White with #CDE6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE6DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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