Html Css Color HEX #C3DFDB Jagged Ice

📋 copy color: '#C3DFDB'

red 195 ◦ green 223 ◦ blue 219

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

Shades of Jagged Ice #C3DFDB

Tints of Jagged Ice #C3DFDB

RGB

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

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

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

R = 30.61%
G = 35.01%
B = 34.38%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#C3DFDB (or 0xC3DFDB) is known color: Jagged Ice. HEX triplet: C3, DF and DB. RGB value is (195,223,219). Sum of RGB (Red+Green+Blue) = 195+223+219=637 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.61% from 637); Green value is 223 (87.5% from 255 or 35.01% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 223 - color contains mainly: green. Hex color #C3DFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DFDB is #3C2024. Grayscale: #D6D6D6. Windows color (decimal): -3940389 or 14409667. OLE color: 14409667.

HSL color Cylindrical-coordinate representation of color #C3DFDB: hue angle of 171.43º degrees, saturation: 0.3, 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 #C3DFDB is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 223 219 -
CMYK 0.13 0 0.02 0.13
HSL 171.43º 0.3% 0.82% -
HSV(B) 171.43º 0.13% 0.87% -
XYZ 61.68 69.49 77.18 -
YUV 214.17 130.72 114.33 -
System Red Green Blue C M Y K H S L
Decimal 195 223 219 0.13 0 0.02 0.13 171.43 0.3 0.82
Hex C3 DF DB D 0 2 D AB 1E 52
Octal 303 337 333 15 0 2 15 253 36 122
Binary 11000011 11011111 11011011 1101 0 10 1101 10101011 11110 1010010

Color Harmonies of #C3DFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3DFDB

Black with #C3DFDB

Text Example


Text Example

White with #C3DFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3DFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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