Html Css Color HEX #CBCED4 Link Water

📋 copy color: '#CBCED4'

red 203 ◦ green 206 ◦ blue 212

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

Shades of Link Water #CBCED4

Tints of Link Water #CBCED4

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.17%

 BLUE value IS 212 (83.2% from 255) = 34.14%

R = 32.69%
G = 33.17%
B = 34.14%

CMYK

 C value IS 0.04

 M value IS 0.03

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CBCED4 (or 0xCBCED4) is known color: Link Water. HEX triplet: CB, CE and D4. RGB value is (203,206,212). Sum of RGB (Red+Green+Blue) = 203+206+212=621 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.69% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 212 (83.20% from 255 or 34.14% from 621); Max value from RGB is 212 - color contains mainly: blue. Hex color #CBCED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCED4 is #34312B. Grayscale: #CDCDCD. Windows color (decimal): -3420460 or 13946571. OLE color: 13946571.

HSL color Cylindrical-coordinate representation of color #CBCED4: hue angle of 220º degrees, saturation: 0.09, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CBCED4 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 203 206 212 -
CMYK 0.04 0.03 0 0.17
HSL 220º 0.09% 0.81% -
HSV(B) 220º 0.04% 0.83% -
XYZ 58.58 61.59 71.09 -
YUV 205.79 131.51 126.01 -
System Red Green Blue C M Y K H S L
Decimal 203 206 212 0.04 0.03 0 0.17 220 0.09 0.81
Hex CB CE D4 4 3 0 11 DC 9 51
Octal 313 316 324 4 3 0 21 334 11 121
Binary 11001011 11001110 11010100 100 11 0 10001 11011100 1001 1010001

Color Harmonies of #CBCED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBCED4

Black with #CBCED4

Text Example


Text Example

White with #CBCED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBCED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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