Html Css Color HEX #C2DFDC Jagged Ice

📋 copy color: '#C2DFDC'

red 194 ◦ green 223 ◦ blue 220

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

Shades of Jagged Ice #C2DFDC

Tints of Jagged Ice #C2DFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.54%

R = 30.46%
G = 35.01%
B = 34.54%

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

#C2DFDC (or 0xC2DFDC) is known color: Jagged Ice. HEX triplet: C2, DF and DC. RGB value is (194,223,220). Sum of RGB (Red+Green+Blue) = 194+223+220=637 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.46% from 637); Green value is 223 (87.5% from 255 or 35.01% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 223 - color contains mainly: green. Hex color #C2DFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DFDC is #3D2023. Grayscale: #D5D5D5. Windows color (decimal): -4005924 or 14475202. OLE color: 14475202.

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

Color convert

RGB 194 223 220 -
CMYK 0.13 0 0.01 0.13
HSL 173.79º 0.31% 0.82% -
HSV(B) 173.79º 0.13% 0.87% -
XYZ 61.55 69.41 77.86 -
YUV 213.99 131.39 113.74 -
System Red Green Blue C M Y K H S L
Decimal 194 223 220 0.13 0 0.01 0.13 173.79 0.31 0.82
Hex C2 DF DC D 0 1 D AE 1F 52
Octal 302 337 334 15 0 1 15 256 37 122
Binary 11000010 11011111 11011100 1101 0 1 1101 10101110 11111 1010010

Color Harmonies of #C2DFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DFDC

Black with #C2DFDC

Text Example


Text Example

White with #C2DFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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