Html Css Color HEX #C0E1D5 Iceberg

📋 copy color: '#C0E1D5'

red 192 ◦ green 225 ◦ blue 213

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

Shades of Iceberg #C0E1D5

Tints of Iceberg #C0E1D5

RGB

 RED value IS 192 (75.39% from 255) = 30.48%

 GREEN value IS 225 (88.28% from 255) = 35.71%

 BLUE value IS 213 (83.59% from 255) = 33.81%

R = 30.48%
G = 35.71%
B = 33.81%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#C0E1D5 (or 0xC0E1D5) is known color: Iceberg. HEX triplet: C0, E1 and D5. RGB value is (192,225,213). Sum of RGB (Red+Green+Blue) = 192+225+213=630 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.48% from 630); Green value is 225 (88.28% from 255 or 35.71% from 630); Blue value is 213 (83.59% from 255 or 33.81% from 630); Max value from RGB is 225 - color contains mainly: green. Hex color #C0E1D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E1D5 is #3F1E2A. Grayscale: #D5D5D5. Windows color (decimal): -4136491 or 14016960. OLE color: 14016960.

HSL color Cylindrical-coordinate representation of color #C0E1D5: hue angle of 158.18º degrees, saturation: 0.35, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0E1D5 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB 192 225 213 -
CMYK 0.15 0 0.05 0.12
HSL 158.18º 0.35% 0.82% -
HSV(B) 158.18º 0.15% 0.88% -
XYZ 60.67 69.86 73.24 -
YUV 213.77 127.57 112.48 -
System Red Green Blue C M Y K H S L
Decimal 192 225 213 0.15 0 0.05 0.12 158.18 0.35 0.82
Hex C0 E1 D5 F 0 5 C 9E 23 52
Octal 300 341 325 17 0 5 14 236 43 122
Binary 11000000 11100001 11010101 1111 0 101 1100 10011110 100011 1010010

Color Harmonies of #C0E1D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E1D5

Black with #C0E1D5

Text Example


Text Example

White with #C0E1D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E1D5; }

 p { color: rgb(192,225,213); }

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

background-color css

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

 a { background-color: rgb(192,225,213); }

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

border-color css

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

 span { border-color: rgb(192,225,213); }

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