Html Css Color HEX #CBD4DF Link Water

📋 copy color: '#CBD4DF'

red 203 ◦ green 212 ◦ blue 223

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

Shades of Link Water #CBD4DF

Tints of Link Water #CBD4DF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.23%

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

R = 31.82%
G = 33.23%
B = 34.95%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CBD4DF (or 0xCBD4DF) is known color: Link Water. HEX triplet: CB, D4 and DF. RGB value is (203,212,223). Sum of RGB (Red+Green+Blue) = 203+212+223=638 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.82% from 638); Green value is 212 (83.20% from 255 or 33.23% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 223 - color contains mainly: blue. Hex color #CBD4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD4DF is #342B20. Grayscale: #D2D2D2. Windows color (decimal): -3418913 or 14669003. OLE color: 14669003.

HSL color Cylindrical-coordinate representation of color #CBD4DF: hue angle of 213º 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 #CBD4DF is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 212 223 -
CMYK 0.09 0.05 0 0.13
HSL 213º 0.24% 0.84% -
HSV(B) 213º 0.09% 0.87% -
XYZ 61.49 65.11 79.14 -
YUV 210.56 135.02 122.61 -
System Red Green Blue C M Y K H S L
Decimal 203 212 223 0.09 0.05 0 0.13 213 0.24 0.84
Hex CB D4 DF 9 5 0 D D5 18 54
Octal 313 324 337 11 5 0 15 325 30 124
Binary 11001011 11010100 11011111 1001 101 0 1101 11010101 11000 1010100

Color Harmonies of #CBD4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD4DF

Black with #CBD4DF

Text Example


Text Example

White with #CBD4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD4DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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