Html Css Color HEX #CCCDCE Link Water

📋 copy color: '#CCCDCE'

red 204 ◦ green 205 ◦ blue 206

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

Shades of Link Water #CCCDCE

Tints of Link Water #CCCDCE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.33%

 BLUE value IS 206 (80.86% from 255) = 33.5%

R = 33.17%
G = 33.33%
B = 33.5%

CMYK

 C value IS 0.01

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CCCDCE (or 0xCCCDCE) is known color: Link Water. HEX triplet: CC, CD and CE. RGB value is (204,205,206). Sum of RGB (Red+Green+Blue) = 204+205+206=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 205 (80.47% from 255 or 33.33% from 615); Blue value is 206 (80.86% from 255 or 33.50% from 615); Max value from RGB is 206 - color contains mainly: blue. Hex color #CCCDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCDCE is #333231. Grayscale: #CCCCCC. Windows color (decimal): -3355186 or 13553100. OLE color: 13553100.

HSL color Cylindrical-coordinate representation of color #CCCDCE: hue angle of 210º degrees, saturation: 0.02, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CCCDCE is Cyan = 0.01, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 205 206 -
CMYK 0.01 0.00 0 0.19
HSL 210º 0.02% 0.8% -
HSV(B) 210º 0.01% 0.81% -
XYZ 57.87 60.96 67.11 -
YUV 204.82 128.67 127.42 -
System Red Green Blue C M Y K H S L
Decimal 204 205 206 0.01 0.00 0 0.19 210 0.02 0.8
Hex CC CD CE 1 0 0 13 D2 2 50
Octal 314 315 316 1 0 0 23 322 2 120
Binary 11001100 11001101 11001110 1 0 0 10011 11010010 10 1010000

Color Harmonies of #CCCDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCDCE

Black with #CCCDCE

Text Example


Text Example

White with #CCCDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCDCE; }

 p { color: rgb(204,205,206); }

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

background-color css

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

 a { background-color: rgb(204,205,206); }

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

border-color css

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

 span { border-color: rgb(204,205,206); }

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