Html Css Color HEX #CCCFD6 Link Water

📋 copy color: '#CCCFD6'

red 204 ◦ green 207 ◦ blue 214

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

Shades of Link Water #CCCFD6

Tints of Link Water #CCCFD6

RGB

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

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

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

R = 32.64%
G = 33.12%
B = 34.24%

CMYK

 C value IS 0.05

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CCCFD6 (or 0xCCCFD6) is known color: Link Water. HEX triplet: CC, CF and D6. RGB value is (204,207,214). Sum of RGB (Red+Green+Blue) = 204+207+214=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 207 (81.25% from 255 or 33.12% from 625); Blue value is 214 (83.98% from 255 or 34.24% from 625); Max value from RGB is 214 - color contains mainly: blue. Hex color #CCCFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCFD6 is #333029. Grayscale: #CECECE. Windows color (decimal): -3354666 or 14077900. OLE color: 14077900.

HSL color Cylindrical-coordinate representation of color #CCCFD6: hue angle of 222º degrees, saturation: 0.11, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CCCFD6 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 207 214 -
CMYK 0.05 0.03 0 0.16
HSL 222º 0.11% 0.82% -
HSV(B) 222º 0.05% 0.84% -
XYZ 59.35 62.32 72.52 -
YUV 206.9 132.01 125.93 -
System Red Green Blue C M Y K H S L
Decimal 204 207 214 0.05 0.03 0 0.16 222 0.11 0.82
Hex CC CF D6 5 3 0 10 DE B 52
Octal 314 317 326 5 3 0 20 336 13 122
Binary 11001100 11001111 11010110 101 11 0 10000 11011110 1011 1010010

Color Harmonies of #CCCFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCFD6

Black with #CCCFD6

Text Example


Text Example

White with #CCCFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCFD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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