Html Css Color HEX #C6DDDA Jagged Ice

📋 copy color: '#C6DDDA'

red 198 ◦ green 221 ◦ blue 218

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

Shades of Jagged Ice #C6DDDA

Tints of Jagged Ice #C6DDDA

RGB

 RED value IS 198 (77.73% from 255) = 31.08%

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

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

R = 31.08%
G = 34.69%
B = 34.22%

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

#C6DDDA (or 0xC6DDDA) is known color: Jagged Ice. HEX triplet: C6, DD and DA. RGB value is (198,221,218). Sum of RGB (Red+Green+Blue) = 198+221+218=637 (84% of max value = 765). Red value is 198 (77.73% from 255 or 31.08% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 221 - color contains mainly: green. Hex color #C6DDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DDDA is #392225. Grayscale: #D5D5D5. Windows color (decimal): -3744294 or 14343622. OLE color: 14343622.

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

Color convert

RGB 198 221 218 -
CMYK 0.10 0 0.01 0.13
HSL 172.17º 0.25% 0.82% -
HSV(B) 172.17º 0.1% 0.87% -
XYZ 61.8 68.78 76.35 -
YUV 213.78 130.38 116.74 -
System Red Green Blue C M Y K H S L
Decimal 198 221 218 0.10 0 0.01 0.13 172.17 0.25 0.82
Hex C6 DD DA A 0 1 D AC 19 52
Octal 306 335 332 12 0 1 15 254 31 122
Binary 11000110 11011101 11011010 1010 0 1 1101 10101100 11001 1010010

Color Harmonies of #C6DDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DDDA

Black with #C6DDDA

Text Example


Text Example

White with #C6DDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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