Html Css Color HEX #C2DBD5 Iceberg

📋 copy color: '#C2DBD5'

red 194 ◦ green 219 ◦ blue 213

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

Shades of Iceberg #C2DBD5

Tints of Iceberg #C2DBD5

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.98%

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

R = 30.99%
G = 34.98%
B = 34.03%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#C2DBD5 (or 0xC2DBD5) is known color: Iceberg. HEX triplet: C2, DB and D5. RGB value is (194,219,213). Sum of RGB (Red+Green+Blue) = 194+219+213=626 (82% of max value = 765). Red value is 194 (76.17% from 255 or 30.99% from 626); Green value is 219 (85.94% from 255 or 34.98% from 626); Blue value is 213 (83.59% from 255 or 34.03% from 626); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DBD5 is #3D242A. Grayscale: #D2D2D2. Windows color (decimal): -4006955 or 14015426. OLE color: 14015426.

HSL color Cylindrical-coordinate representation of color #C2DBD5: hue angle of 165.6º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2DBD5 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 219 213 -
CMYK 0.11 0 0.03 0.14
HSL 165.6º 0.26% 0.81% -
HSV(B) 165.6º 0.11% 0.86% -
XYZ 59.59 66.94 72.73 -
YUV 210.84 129.22 115.99 -
System Red Green Blue C M Y K H S L
Decimal 194 219 213 0.11 0 0.03 0.14 165.6 0.26 0.81
Hex C2 DB D5 B 0 3 E A6 1A 51
Octal 302 333 325 13 0 3 16 246 32 121
Binary 11000010 11011011 11010101 1011 0 11 1110 10100110 11010 1010001

Color Harmonies of #C2DBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DBD5

Black with #C2DBD5

Text Example


Text Example

White with #C2DBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DBD5; }

 p { color: rgb(194,219,213); }

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

background-color css

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

 a { background-color: rgb(194,219,213); }

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

border-color css

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

 span { border-color: rgb(194,219,213); }

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