Html Css Color HEX #CCCFD1 Link Water

📋 copy color: '#CCCFD1'

red 204 ◦ green 207 ◦ blue 209

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

Shades of Link Water #CCCFD1

Tints of Link Water #CCCFD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 33.71%

R = 32.9%
G = 33.39%
B = 33.71%

CMYK

 C value IS 0.02

 M value IS 0.01

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CCCFD1 (or 0xCCCFD1) is known color: Link Water. HEX triplet: CC, CF and D1. RGB value is (204,207,209). Sum of RGB (Red+Green+Blue) = 204+207+209=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 207 (81.25% from 255 or 33.39% from 620); Blue value is 209 (82.03% from 255 or 33.71% from 620); Max value from RGB is 209 - color contains mainly: blue. Hex color #CCCFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCFD1 is #33302E. Grayscale: #CECECE. Windows color (decimal): -3354671 or 13750220. OLE color: 13750220.

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

Color convert

RGB 204 207 209 -
CMYK 0.02 0.01 0 0.18
HSL 204º 0.05% 0.81% -
HSV(B) 204º 0.02% 0.82% -
XYZ 58.72 62.07 69.21 -
YUV 206.33 129.51 126.34 -
System Red Green Blue C M Y K H S L
Decimal 204 207 209 0.02 0.01 0 0.18 204 0.05 0.81
Hex CC CF D1 2 1 0 12 CC 5 51
Octal 314 317 321 2 1 0 22 314 5 121
Binary 11001100 11001111 11010001 10 1 0 10010 11001100 101 1010001

Color Harmonies of #CCCFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCFD1

Black with #CCCFD1

Text Example


Text Example

White with #CCCFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCFD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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