Html Css Color HEX #CCDED5 Iceberg

📋 copy color: '#CCDED5'

red 204 ◦ green 222 ◦ blue 213

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

Shades of Iceberg #CCDED5

Tints of Iceberg #CCDED5

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.74%

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

R = 31.92%
G = 34.74%
B = 33.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#CCDED5 (or 0xCCDED5) is known color: Iceberg. HEX triplet: CC, DE and D5. RGB value is (204,222,213). Sum of RGB (Red+Green+Blue) = 204+222+213=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 222 (87.11% from 255 or 34.74% from 639); Blue value is 213 (83.59% from 255 or 33.33% from 639); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDED5 is #33212A. Grayscale: #D7D7D7. Windows color (decimal): -3350827 or 14016204. OLE color: 14016204.

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

Color convert

RGB 204 222 213 -
CMYK 0.08 0 0.04 0.13
HSL 150º 0.21% 0.84% -
HSV(B) 150º 0.08% 0.87% -
XYZ 63.03 69.88 73.12 -
YUV 215.59 126.54 119.73 -
System Red Green Blue C M Y K H S L
Decimal 204 222 213 0.08 0 0.04 0.13 150 0.21 0.84
Hex CC DE D5 8 0 4 D 96 15 54
Octal 314 336 325 10 0 4 15 226 25 124
Binary 11001100 11011110 11010101 1000 0 100 1101 10010110 10101 1010100

Color Harmonies of #CCDED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDED5

Black with #CCDED5

Text Example


Text Example

White with #CCDED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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