Html Css Color HEX #CEDDD6 Iceberg

📋 copy color: '#CEDDD6'

red 206 ◦ green 221 ◦ blue 214

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

Shades of Iceberg #CEDDD6

Tints of Iceberg #CEDDD6

RGB

 RED value IS 206 (80.86% from 255) = 32.14%

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

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

R = 32.14%
G = 34.48%
B = 33.39%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#CEDDD6 (or 0xCEDDD6) is known color: Iceberg. HEX triplet: CE, DD and D6. RGB value is (206,221,214). Sum of RGB (Red+Green+Blue) = 206+221+214=641 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.14% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 214 (83.98% from 255 or 33.39% from 641); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDDD6 is #312229. Grayscale: #D7D7D7. Windows color (decimal): -3220010 or 14081486. OLE color: 14081486.

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

Color convert

RGB 206 221 214 -
CMYK 0.07 0 0.03 0.13
HSL 152º 0.18% 0.84% -
HSV(B) 152º 0.07% 0.87% -
XYZ 63.45 69.69 73.73 -
YUV 215.72 127.03 121.07 -
System Red Green Blue C M Y K H S L
Decimal 206 221 214 0.07 0 0.03 0.13 152 0.18 0.84
Hex CE DD D6 7 0 3 D 98 12 54
Octal 316 335 326 7 0 3 15 230 22 124
Binary 11001110 11011101 11010110 111 0 11 1101 10011000 10010 1010100

Color Harmonies of #CEDDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDDD6

Black with #CEDDD6

Text Example


Text Example

White with #CEDDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDDD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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