Html Css Color HEX #CBD6DF Link Water

📋 copy color: '#CBD6DF'

red 203 ◦ green 214 ◦ blue 223

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

Shades of Link Water #CBD6DF

Tints of Link Water #CBD6DF

RGB

 RED value IS 203 (79.69% from 255) = 31.72%

 GREEN value IS 214 (83.98% from 255) = 33.44%

 BLUE value IS 223 (87.5% from 255) = 34.84%

R = 31.72%
G = 33.44%
B = 34.84%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CBD6DF (or 0xCBD6DF) is known color: Link Water. HEX triplet: CB, D6 and DF. RGB value is (203,214,223). Sum of RGB (Red+Green+Blue) = 203+214+223=640 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.72% from 640); Green value is 214 (83.98% from 255 or 33.44% from 640); Blue value is 223 (87.5% from 255 or 34.84% from 640); Max value from RGB is 223 - color contains mainly: blue. Hex color #CBD6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD6DF is #342920. Grayscale: #D3D3D3. Windows color (decimal): -3418401 or 14669515. OLE color: 14669515.

HSL color Cylindrical-coordinate representation of color #CBD6DF: hue angle of 207º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBD6DF is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 214 223 -
CMYK 0.09 0.04 0 0.13
HSL 207º 0.24% 0.84% -
HSV(B) 207º 0.09% 0.87% -
XYZ 61.99 66.12 79.31 -
YUV 211.74 134.36 121.77 -
System Red Green Blue C M Y K H S L
Decimal 203 214 223 0.09 0.04 0 0.13 207 0.24 0.84
Hex CB D6 DF 9 4 0 D CF 18 54
Octal 313 326 337 11 4 0 15 317 30 124
Binary 11001011 11010110 11011111 1001 100 0 1101 11001111 11000 1010100

Color Harmonies of #CBD6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD6DF

Black with #CBD6DF

Text Example


Text Example

White with #CBD6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD6DF; }

 p { color: rgb(203,214,223); }

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

background-color css

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

 a { background-color: rgb(203,214,223); }

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

border-color css

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

 span { border-color: rgb(203,214,223); }

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