Html Css Color HEX #C6DCD5 Iceberg

📋 copy color: '#C6DCD5'

red 198 ◦ green 220 ◦ blue 213

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

Shades of Iceberg #C6DCD5

Tints of Iceberg #C6DCD5

RGB

 RED value IS 198 (77.73% from 255) = 31.38%

 GREEN value IS 220 (86.33% from 255) = 34.87%

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

R = 31.38%
G = 34.87%
B = 33.76%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#C6DCD5 (or 0xC6DCD5) is known color: Iceberg. HEX triplet: C6, DC and D5. RGB value is (198,220,213). Sum of RGB (Red+Green+Blue) = 198+220+213=631 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.38% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 213 (83.59% from 255 or 33.76% from 631); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DCD5 is #39232A. Grayscale: #D4D4D4. Windows color (decimal): -3744555 or 14015686. OLE color: 14015686.

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

Color convert

RGB 198 220 213 -
CMYK 0.1 0 0.03 0.14
HSL 160.91º 0.24% 0.82% -
HSV(B) 160.91º 0.1% 0.86% -
XYZ 60.89 68 72.87 -
YUV 212.62 128.21 117.57 -
System Red Green Blue C M Y K H S L
Decimal 198 220 213 0.1 0 0.03 0.14 160.91 0.24 0.82
Hex C6 DC D5 A 0 3 E A1 18 52
Octal 306 334 325 12 0 3 16 241 30 122
Binary 11000110 11011100 11010101 1010 0 11 1110 10100001 11000 1010010

Color Harmonies of #C6DCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DCD5

Black with #C6DCD5

Text Example


Text Example

White with #C6DCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DCD5; }

 p { color: rgb(198,220,213); }

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

background-color css

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

 a { background-color: rgb(198,220,213); }

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

border-color css

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

 span { border-color: rgb(198,220,213); }

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