Html Css Color HEX #CDDEDC Jagged Ice

📋 copy color: '#CDDEDC'

red 205 ◦ green 222 ◦ blue 220

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

Shades of Jagged Ice #CDDEDC

Tints of Jagged Ice #CDDEDC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.31%

 BLUE value IS 220 (86.33% from 255) = 34%

R = 31.68%
G = 34.31%
B = 34%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#CDDEDC (or 0xCDDEDC) is known color: Jagged Ice. HEX triplet: CD, DE and DC. RGB value is (205,222,220). Sum of RGB (Red+Green+Blue) = 205+222+220=647 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.68% from 647); Green value is 222 (87.11% from 255 or 34.31% from 647); Blue value is 220 (86.33% from 255 or 34.00% from 647); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDEDC is #322123. Grayscale: #D8D8D8. Windows color (decimal): -3285284 or 14474957. OLE color: 14474957.

HSL color Cylindrical-coordinate representation of color #CDDEDC: hue angle of 172.94º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CDDEDC is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 222 220 -
CMYK 0.08 0 0.01 0.13
HSL 172.94º 0.2% 0.84% -
HSV(B) 172.94º 0.08% 0.87% -
XYZ 64.22 70.39 77.91 -
YUV 216.69 129.87 119.66 -
System Red Green Blue C M Y K H S L
Decimal 205 222 220 0.08 0 0.01 0.13 172.94 0.2 0.84
Hex CD DE DC 8 0 1 D AD 14 54
Octal 315 336 334 10 0 1 15 255 24 124
Binary 11001101 11011110 11011100 1000 0 1 1101 10101101 10100 1010100

Color Harmonies of #CDDEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDEDC

Black with #CDDEDC

Text Example


Text Example

White with #CDDEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDEDC; }

 p { color: rgb(205,222,220); }

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

background-color css

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

 a { background-color: rgb(205,222,220); }

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

border-color css

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

 span { border-color: rgb(205,222,220); }

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