Html Css Color HEX #C8DDDA Jagged Ice

📋 copy color: '#C8DDDA'

red 200 ◦ green 221 ◦ blue 218

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

Shades of Jagged Ice #C8DDDA

Tints of Jagged Ice #C8DDDA

RGB

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

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

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

R = 31.3%
G = 34.59%
B = 34.12%

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

#C8DDDA (or 0xC8DDDA) is known color: Jagged Ice. HEX triplet: C8, DD and DA. RGB value is (200,221,218). Sum of RGB (Red+Green+Blue) = 200+221+218=639 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.30% from 639); Green value is 221 (86.72% from 255 or 34.59% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DDDA is #372225. Grayscale: #D6D6D6. Windows color (decimal): -3613222 or 14343624. OLE color: 14343624.

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

Color convert

RGB 200 221 218 -
CMYK 0.10 0 0.01 0.13
HSL 171.43º 0.24% 0.83% -
HSV(B) 171.43º 0.1% 0.87% -
XYZ 62.33 69.05 76.37 -
YUV 214.38 130.04 117.74 -
System Red Green Blue C M Y K H S L
Decimal 200 221 218 0.10 0 0.01 0.13 171.43 0.24 0.83
Hex C8 DD DA A 0 1 D AB 18 53
Octal 310 335 332 12 0 1 15 253 30 123
Binary 11001000 11011101 11011010 1010 0 1 1101 10101011 11000 1010011

Color Harmonies of #C8DDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DDDA

Black with #C8DDDA

Text Example


Text Example

White with #C8DDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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