Html Css Color HEX #CDDDDB Jagged Ice

📋 copy color: '#CDDDDB'

red 205 ◦ green 221 ◦ blue 219

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

Shades of Jagged Ice #CDDDDB

Tints of Jagged Ice #CDDDDB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.26%

 BLUE value IS 219 (85.94% from 255) = 33.95%

R = 31.78%
G = 34.26%
B = 33.95%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#CDDDDB (or 0xCDDDDB) is known color: Jagged Ice. HEX triplet: CD, DD and DB. RGB value is (205,221,219). Sum of RGB (Red+Green+Blue) = 205+221+219=645 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.78% from 645); Green value is 221 (86.72% from 255 or 34.26% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDDDB is #322224. Grayscale: #D7D7D7. Windows color (decimal): -3285541 or 14409165. OLE color: 14409165.

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

Color convert

RGB 205 221 219 -
CMYK 0.07 0 0.01 0.13
HSL 172.5º 0.19% 0.84% -
HSV(B) 172.5º 0.07% 0.87% -
XYZ 63.82 69.81 77.13 -
YUV 215.99 129.7 120.16 -
System Red Green Blue C M Y K H S L
Decimal 205 221 219 0.07 0 0.01 0.13 172.5 0.19 0.84
Hex CD DD DB 7 0 1 D AC 13 54
Octal 315 335 333 7 0 1 15 254 23 124
Binary 11001101 11011101 11011011 111 0 1 1101 10101100 10011 1010100

Color Harmonies of #CDDDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDDDB

Black with #CDDDDB

Text Example


Text Example

White with #CDDDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDDDB; }

 p { color: rgb(205,221,219); }

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

background-color css

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

 a { background-color: rgb(205,221,219); }

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

border-color css

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

 span { border-color: rgb(205,221,219); }

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