Html Css Color HEX #C9DCD4 Iceberg

📋 copy color: '#C9DCD4'

red 201 ◦ green 220 ◦ blue 212

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

Shades of Iceberg #C9DCD4

Tints of Iceberg #C9DCD4

RGB

 RED value IS 201 (78.91% from 255) = 31.75%

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

 BLUE value IS 212 (83.2% from 255) = 33.49%

R = 31.75%
G = 34.76%
B = 33.49%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#C9DCD4 (or 0xC9DCD4) is known color: Iceberg. HEX triplet: C9, DC and D4. RGB value is (201,220,212). Sum of RGB (Red+Green+Blue) = 201+220+212=633 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.75% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 212 (83.20% from 255 or 33.49% from 633); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DCD4 is #36232B. Grayscale: #D5D5D5. Windows color (decimal): -3547948 or 13950153. OLE color: 13950153.

HSL color Cylindrical-coordinate representation of color #C9DCD4: hue angle of 154.74º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9DCD4 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 220 212 -
CMYK 0.09 0 0.04 0.14
HSL 154.74º 0.21% 0.83% -
HSV(B) 154.74º 0.09% 0.86% -
XYZ 61.56 68.36 72.24 -
YUV 213.41 127.21 119.15 -
System Red Green Blue C M Y K H S L
Decimal 201 220 212 0.09 0 0.04 0.14 154.74 0.21 0.83
Hex C9 DC D4 9 0 4 E 9B 15 53
Octal 311 334 324 11 0 4 16 233 25 123
Binary 11001001 11011100 11010100 1001 0 100 1110 10011011 10101 1010011

Color Harmonies of #C9DCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DCD4

Black with #C9DCD4

Text Example


Text Example

White with #C9DCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DCD4; }

 p { color: rgb(201,220,212); }

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

background-color css

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

 a { background-color: rgb(201,220,212); }

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

border-color css

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

 span { border-color: rgb(201,220,212); }

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