#CBCFDA

Color #CBCFDA Link Water (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Link Water #CBCFDA

Tints of Link Water #CBCFDA

Color information

#CBCFDA (or 0xCBCFDA) is unknown color: approx Link Water. HEX triplet: CB, CF and DA. RGB value is (203,207,218). Sum of RGB (Red+Green+Blue) = 203+207+218=628 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.32% from 628); Green value is 207 (81.25% from 255 or 32.96% from 628); Blue value is 218 (85.55% from 255 or 34.71% from 628); Max value from RGB is 218 - color contains mainly: blue. Hex color #CBCFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCFDA is #343025. Grayscale: #CFCFCF. Windows color (decimal): -3420198 or 14340043. OLE color: 14340043.

HSL color Cylindrical-coordinate representation of color #CBCFDA: hue angle of 224º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBCFDA is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB203207218-
CMYK0.070.0500.15
HSL224º16.85%82.55%-
HSV(B)224º6.88%85.49%-
XYZ59.662.3875.23-
YUV207.06134.17125.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.32%
GREEN value IS 207 (81.25% from 255) = 32.96%
BLUE value IS 218 (85.55% from 255) = 34.71%
R=32.32%
G=32.96%
B=34.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2032072180.070.0500.1522416.8582.55
HexCBCFDA750Fe01153
Octal3133173327501734021123
Binary1100101111001111110110101111010111111100000100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCFDA; }

 p { color: rgb(203,207,218); }

 H1.HeaderClassName
 {
   color: #CBCFDA;
 }
 .AnyTagClassName
 {
   color: #CBCFDA;
 }
</style>
background-color css

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

 a { background-color: rgb(203,207,218); }

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

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

 span { border-color: rgb(203,207,218); }

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