Html Css Color HEX #C2DDDA Jagged Ice

📋 copy color: '#C2DDDA'

red 194 ◦ green 221 ◦ blue 218

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

Shades of Jagged Ice #C2DDDA

Tints of Jagged Ice #C2DDDA

RGB

 RED value IS 194 (76.17% from 255) = 30.65%

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

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

R = 30.65%
G = 34.91%
B = 34.44%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#C2DDDA (or 0xC2DDDA) is known color: Jagged Ice. HEX triplet: C2, DD and DA. RGB value is (194,221,218). Sum of RGB (Red+Green+Blue) = 194+221+218=633 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.65% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 218 (85.55% from 255 or 34.44% from 633); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DDDA is #3D2225. Grayscale: #D4D4D4. Windows color (decimal): -4006438 or 14343618. OLE color: 14343618.

HSL color Cylindrical-coordinate representation of color #C2DDDA: hue angle of 173.33º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2DDDA is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 221 218 -
CMYK 0.12 0 0.01 0.13
HSL 173.33º 0.28% 0.81% -
HSV(B) 173.33º 0.12% 0.87% -
XYZ 60.76 68.24 76.3 -
YUV 212.59 131.05 114.74 -
System Red Green Blue C M Y K H S L
Decimal 194 221 218 0.12 0 0.01 0.13 173.33 0.28 0.81
Hex C2 DD DA C 0 1 D AD 1C 51
Octal 302 335 332 14 0 1 15 255 34 121
Binary 11000010 11011101 11011010 1100 0 1 1101 10101101 11100 1010001

Color Harmonies of #C2DDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DDDA

Black with #C2DDDA

Text Example


Text Example

White with #C2DDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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