Html Css Color HEX #C9DFDD Jagged Ice

📋 copy color: '#C9DFDD'

red 201 ◦ green 223 ◦ blue 221

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

Shades of Jagged Ice #C9DFDD

Tints of Jagged Ice #C9DFDD

RGB

 RED value IS 201 (78.91% from 255) = 31.16%

 GREEN value IS 223 (87.5% from 255) = 34.57%

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

R = 31.16%
G = 34.57%
B = 34.26%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#C9DFDD (or 0xC9DFDD) is known color: Jagged Ice. HEX triplet: C9, DF and DD. RGB value is (201,223,221). Sum of RGB (Red+Green+Blue) = 201+223+221=645 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.16% from 645); Green value is 223 (87.5% from 255 or 34.57% from 645); Blue value is 221 (86.72% from 255 or 34.26% from 645); Max value from RGB is 223 - color contains mainly: green. Hex color #C9DFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DFDD is #362022. Grayscale: #D8D8D8. Windows color (decimal): -3547171 or 14540745. OLE color: 14540745.

HSL color Cylindrical-coordinate representation of color #C9DFDD: hue angle of 174.55º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C9DFDD is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 223 221 -
CMYK 0.10 0 0.01 0.13
HSL 174.55º 0.26% 0.83% -
HSV(B) 174.55º 0.1% 0.87% -
XYZ 63.53 70.41 78.65 -
YUV 216.19 130.71 117.16 -
System Red Green Blue C M Y K H S L
Decimal 201 223 221 0.10 0 0.01 0.13 174.55 0.26 0.83
Hex C9 DF DD A 0 1 D AF 1A 53
Octal 311 337 335 12 0 1 15 257 32 123
Binary 11001001 11011111 11011101 1010 0 1 1101 10101111 11010 1010011

Color Harmonies of #C9DFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DFDD

Black with #C9DFDD

Text Example


Text Example

White with #C9DFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DFDD; }

 p { color: rgb(201,223,221); }

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

background-color css

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

 a { background-color: rgb(201,223,221); }

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

border-color css

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

 span { border-color: rgb(201,223,221); }

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