Html Css Color HEX #CCD5D1 Iceberg

📋 copy color: '#CCD5D1'

red 204 ◦ green 213 ◦ blue 209

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

Shades of Iceberg #CCD5D1

Tints of Iceberg #CCD5D1

RGB

 RED value IS 204 (80.08% from 255) = 32.59%

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

 BLUE value IS 209 (82.03% from 255) = 33.39%

R = 32.59%
G = 34.03%
B = 33.39%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#CCD5D1 (or 0xCCD5D1) is known color: Iceberg. HEX triplet: CC, D5 and D1. RGB value is (204,213,209). Sum of RGB (Red+Green+Blue) = 204+213+209=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 213 (83.59% from 255 or 34.03% from 626); Blue value is 209 (82.03% from 255 or 33.39% from 626); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD5D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD5D1 is #332A2E. Grayscale: #D1D1D1. Windows color (decimal): -3353135 or 13751756. OLE color: 13751756.

HSL color Cylindrical-coordinate representation of color #CCD5D1: hue angle of 153.33º degrees, saturation: 0.1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CCD5D1 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 213 209 -
CMYK 0.04 0 0.02 0.16
HSL 153.33º 0.1% 0.82% -
HSV(B) 153.33º 0.04% 0.84% -
XYZ 60.2 65.03 69.7 -
YUV 209.85 127.52 123.83 -
System Red Green Blue C M Y K H S L
Decimal 204 213 209 0.04 0 0.02 0.16 153.33 0.1 0.82
Hex CC D5 D1 4 0 2 10 99 A 52
Octal 314 325 321 4 0 2 20 231 12 122
Binary 11001100 11010101 11010001 100 0 10 10000 10011001 1010 1010010

Color Harmonies of #CCD5D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD5D1

Black with #CCD5D1

Text Example


Text Example

White with #CCD5D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD5D1; }

 p { color: rgb(204,213,209); }

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

background-color css

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

 a { background-color: rgb(204,213,209); }

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

border-color css

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

 span { border-color: rgb(204,213,209); }

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