Html Css Color HEX #C2DFDD Jagged Ice

📋 copy color: '#C2DFDD'

red 194 ◦ green 223 ◦ blue 221

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

Shades of Jagged Ice #C2DFDD

Tints of Jagged Ice #C2DFDD

RGB

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

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

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

R = 30.41%
G = 34.95%
B = 34.64%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#C2DFDD (or 0xC2DFDD) is known color: Jagged Ice. HEX triplet: C2, DF and DD. RGB value is (194,223,221). Sum of RGB (Red+Green+Blue) = 194+223+221=638 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.41% from 638); Green value is 223 (87.5% from 255 or 34.95% from 638); Blue value is 221 (86.72% from 255 or 34.64% from 638); Max value from RGB is 223 - color contains mainly: green. Hex color #C2DFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DFDD is #3D2022. Grayscale: #D6D6D6. Windows color (decimal): -4005923 or 14540738. OLE color: 14540738.

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

Color convert

RGB 194 223 221 -
CMYK 0.13 0 0.01 0.13
HSL 175.86º 0.31% 0.82% -
HSV(B) 175.86º 0.13% 0.87% -
XYZ 61.69 69.47 78.56 -
YUV 214.1 131.89 113.66 -
System Red Green Blue C M Y K H S L
Decimal 194 223 221 0.13 0 0.01 0.13 175.86 0.31 0.82
Hex C2 DF DD D 0 1 D B0 1F 52
Octal 302 337 335 15 0 1 15 260 37 122
Binary 11000010 11011111 11011101 1101 0 1 1101 10110000 11111 1010010

Color Harmonies of #C2DFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DFDD

Black with #C2DFDD

Text Example


Text Example

White with #C2DFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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