Html Css Color HEX #C3DEDB Jagged Ice

📋 copy color: '#C3DEDB'

red 195 ◦ green 222 ◦ blue 219

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

Shades of Jagged Ice #C3DEDB

Tints of Jagged Ice #C3DEDB

RGB

 RED value IS 195 (76.56% from 255) = 30.66%

 GREEN value IS 222 (87.11% from 255) = 34.91%

 BLUE value IS 219 (85.94% from 255) = 34.43%

R = 30.66%
G = 34.91%
B = 34.43%

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

#C3DEDB (or 0xC3DEDB) is known color: Jagged Ice. HEX triplet: C3, DE and DB. RGB value is (195,222,219). Sum of RGB (Red+Green+Blue) = 195+222+219=636 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.66% from 636); Green value is 222 (87.11% from 255 or 34.91% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 222 - color contains mainly: green. Hex color #C3DEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DEDB is #3C2124. Grayscale: #D5D5D5. Windows color (decimal): -3940645 or 14409411. OLE color: 14409411.

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

Color convert

RGB 195 222 219 -
CMYK 0.12 0 0.01 0.13
HSL 173.33º 0.29% 0.82% -
HSV(B) 173.33º 0.12% 0.87% -
XYZ 61.41 68.96 77.09 -
YUV 213.59 131.05 114.74 -
System Red Green Blue C M Y K H S L
Decimal 195 222 219 0.12 0 0.01 0.13 173.33 0.29 0.82
Hex C3 DE DB C 0 1 D AD 1D 52
Octal 303 336 333 14 0 1 15 255 35 122
Binary 11000011 11011110 11011011 1100 0 1 1101 10101101 11101 1010010

Color Harmonies of #C3DEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DEDB

Black with #C3DEDB

Text Example


Text Example

White with #C3DEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DEDB; }

 p { color: rgb(195,222,219); }

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

background-color css

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

 a { background-color: rgb(195,222,219); }

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

border-color css

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

 span { border-color: rgb(195,222,219); }

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