Html Css Color HEX #C8DFDD Jagged Ice

📋 copy color: '#C8DFDD'

red 200 ◦ green 223 ◦ blue 221

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

Shades of Jagged Ice #C8DFDD

Tints of Jagged Ice #C8DFDD

RGB

 RED value IS 200 (78.52% from 255) = 31.06%

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

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

R = 31.06%
G = 34.63%
B = 34.32%

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

#C8DFDD (or 0xC8DFDD) is known color: Jagged Ice. HEX triplet: C8, DF and DD. RGB value is (200,223,221). Sum of RGB (Red+Green+Blue) = 200+223+221=644 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.06% from 644); Green value is 223 (87.5% from 255 or 34.63% from 644); Blue value is 221 (86.72% from 255 or 34.32% from 644); Max value from RGB is 223 - color contains mainly: green. Hex color #C8DFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DFDD is #372022. Grayscale: #D7D7D7. Windows color (decimal): -3612707 or 14540744. OLE color: 14540744.

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

Color convert

RGB 200 223 221 -
CMYK 0.10 0 0.01 0.13
HSL 174.78º 0.26% 0.83% -
HSV(B) 174.78º 0.1% 0.87% -
XYZ 63.26 70.28 78.64 -
YUV 215.9 130.88 116.66 -
System Red Green Blue C M Y K H S L
Decimal 200 223 221 0.10 0 0.01 0.13 174.78 0.26 0.83
Hex C8 DF DD A 0 1 D AF 1A 53
Octal 310 337 335 12 0 1 15 257 32 123
Binary 11001000 11011111 11011101 1010 0 1 1101 10101111 11010 1010011

Color Harmonies of #C8DFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DFDD

Black with #C8DFDD

Text Example


Text Example

White with #C8DFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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