Html Css Color HEX #CCDDD6 Iceberg

📋 copy color: '#CCDDD6'

red 204 ◦ green 221 ◦ blue 214

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

Shades of Iceberg #CCDDD6

Tints of Iceberg #CCDDD6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.59%

 BLUE value IS 214 (83.98% from 255) = 33.49%

R = 31.92%
G = 34.59%
B = 33.49%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#CCDDD6 (or 0xCCDDD6) is known color: Iceberg. HEX triplet: CC, DD and D6. RGB value is (204,221,214). Sum of RGB (Red+Green+Blue) = 204+221+214=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 221 (86.72% from 255 or 34.59% from 639); Blue value is 214 (83.98% from 255 or 33.49% from 639); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDD6 is #332229. Grayscale: #D7D7D7. Windows color (decimal): -3351082 or 14081484. OLE color: 14081484.

HSL color Cylindrical-coordinate representation of color #CCDDD6: hue angle of 155.29º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCDDD6 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 221 214 -
CMYK 0.08 0 0.03 0.13
HSL 155.29º 0.2% 0.83% -
HSV(B) 155.29º 0.08% 0.87% -
XYZ 62.9 69.41 73.7 -
YUV 215.12 127.37 120.07 -
System Red Green Blue C M Y K H S L
Decimal 204 221 214 0.08 0 0.03 0.13 155.29 0.2 0.83
Hex CC DD D6 8 0 3 D 9B 14 53
Octal 314 335 326 10 0 3 15 233 24 123
Binary 11001100 11011101 11010110 1000 0 11 1101 10011011 10100 1010011

Color Harmonies of #CCDDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDDD6

Black with #CCDDD6

Text Example


Text Example

White with #CCDDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDDD6; }

 p { color: rgb(204,221,214); }

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

background-color css

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

 a { background-color: rgb(204,221,214); }

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

border-color css

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

 span { border-color: rgb(204,221,214); }

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