Html Css Color HEX #CBD5E2 Link Water

📋 copy color: '#CBD5E2'

red 203 ◦ green 213 ◦ blue 226

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

Shades of Link Water #CBD5E2

Tints of Link Water #CBD5E2

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.18%

 BLUE value IS 226 (88.67% from 255) = 35.2%

R = 31.62%
G = 33.18%
B = 35.2%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CBD5E2 (or 0xCBD5E2) is known color: Link Water. HEX triplet: CB, D5 and E2. RGB value is (203,213,226). Sum of RGB (Red+Green+Blue) = 203+213+226=642 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.62% from 642); Green value is 213 (83.59% from 255 or 33.18% from 642); Blue value is 226 (88.67% from 255 or 35.20% from 642); Max value from RGB is 226 - color contains mainly: blue. Hex color #CBD5E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD5E2 is #342A1D. Grayscale: #D3D3D3. Windows color (decimal): -3418654 or 14865867. OLE color: 14865867.

HSL color Cylindrical-coordinate representation of color #CBD5E2: hue angle of 213.91º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBD5E2 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 203 213 226 -
CMYK 0.10 0.06 0 0.11
HSL 213.91º 0.28% 0.84% -
HSV(B) 213.91º 0.1% 0.89% -
XYZ 62.15 65.78 81.37 -
YUV 211.49 136.19 121.94 -
System Red Green Blue C M Y K H S L
Decimal 203 213 226 0.10 0.06 0 0.11 213.91 0.28 0.84
Hex CB D5 E2 A 6 0 B D6 1C 54
Octal 313 325 342 12 6 0 13 326 34 124
Binary 11001011 11010101 11100010 1010 110 0 1011 11010110 11100 1010100

Color Harmonies of #CBD5E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD5E2

Black with #CBD5E2

Text Example


Text Example

White with #CBD5E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD5E2; }

 p { color: rgb(203,213,226); }

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

background-color css

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

 a { background-color: rgb(203,213,226); }

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

border-color css

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

 span { border-color: rgb(203,213,226); }

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