Html Css Color HEX #CDDDDA Jagged Ice

📋 copy color: '#CDDDDA'

red 205 ◦ green 221 ◦ blue 218

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

Shades of Jagged Ice #CDDDDA

Tints of Jagged Ice #CDDDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.85%

R = 31.83%
G = 34.32%
B = 33.85%

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

#CDDDDA (or 0xCDDDDA) is known color: Jagged Ice. HEX triplet: CD, DD and DA. RGB value is (205,221,218). Sum of RGB (Red+Green+Blue) = 205+221+218=644 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.83% from 644); Green value is 221 (86.72% from 255 or 34.32% from 644); Blue value is 218 (85.55% from 255 or 33.85% from 644); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDDDA is #322225. Grayscale: #D7D7D7. Windows color (decimal): -3285542 or 14343629. OLE color: 14343629.

HSL color Cylindrical-coordinate representation of color #CDDDDA: hue angle of 168.75º 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 #CDDDDA is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 221 218 -
CMYK 0.07 0 0.01 0.13
HSL 168.75º 0.19% 0.84% -
HSV(B) 168.75º 0.07% 0.87% -
XYZ 63.69 69.75 76.44 -
YUV 215.87 129.2 120.24 -
System Red Green Blue C M Y K H S L
Decimal 205 221 218 0.07 0 0.01 0.13 168.75 0.19 0.84
Hex CD DD DA 7 0 1 D A9 13 54
Octal 315 335 332 7 0 1 15 251 23 124
Binary 11001101 11011101 11011010 111 0 1 1101 10101001 10011 1010100

Color Harmonies of #CDDDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDDDA

Black with #CDDDDA

Text Example


Text Example

White with #CDDDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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