Html Css Color HEX #CCCFDC Link Water

📋 copy color: '#CCCFDC'

red 204 ◦ green 207 ◦ blue 220

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

Shades of Link Water #CCCFDC

Tints of Link Water #CCCFDC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.81%

 BLUE value IS 220 (86.33% from 255) = 34.87%

R = 32.33%
G = 32.81%
B = 34.87%

CMYK

 C value IS 0.07

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CCCFDC (or 0xCCCFDC) is known color: Link Water. HEX triplet: CC, CF and DC. RGB value is (204,207,220). Sum of RGB (Red+Green+Blue) = 204+207+220=631 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.33% from 631); Green value is 207 (81.25% from 255 or 32.81% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCCFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCFDC is #333023. Grayscale: #CFCFCF. Windows color (decimal): -3354660 or 14471116. OLE color: 14471116.

HSL color Cylindrical-coordinate representation of color #CCCFDC: hue angle of 228.75º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCCFDC is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 207 220 -
CMYK 0.07 0.06 0 0.14
HSL 228.75º 0.19% 0.83% -
HSV(B) 228.75º 0.07% 0.86% -
XYZ 60.13 62.63 76.63 -
YUV 207.59 135.01 125.44 -
System Red Green Blue C M Y K H S L
Decimal 204 207 220 0.07 0.06 0 0.14 228.75 0.19 0.83
Hex CC CF DC 7 6 0 E E5 13 53
Octal 314 317 334 7 6 0 16 345 23 123
Binary 11001100 11001111 11011100 111 110 0 1110 11100101 10011 1010011

Color Harmonies of #CCCFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCFDC

Black with #CCCFDC

Text Example


Text Example

White with #CCCFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCFDC; }

 p { color: rgb(204,207,220); }

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

background-color css

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

 a { background-color: rgb(204,207,220); }

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

border-color css

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

 span { border-color: rgb(204,207,220); }

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