Html Css Color HEX #CFD5DB Link Water

📋 copy color: '#CFD5DB'

red 207 ◦ green 213 ◦ blue 219

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

Shades of Link Water #CFD5DB

Tints of Link Water #CFD5DB

RGB

 RED value IS 207 (81.25% from 255) = 32.39%

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

 BLUE value IS 219 (85.94% from 255) = 34.27%

R = 32.39%
G = 33.33%
B = 34.27%

CMYK

 C value IS 0.05

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CFD5DB (or 0xCFD5DB) is known color: Link Water. HEX triplet: CF, D5 and DB. RGB value is (207,213,219). Sum of RGB (Red+Green+Blue) = 207+213+219=639 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.39% from 639); Green value is 213 (83.59% from 255 or 33.33% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 219 - color contains mainly: blue. Hex color #CFD5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD5DB is #302A24. Grayscale: #D3D3D3. Windows color (decimal): -3156517 or 14407119. OLE color: 14407119.

HSL color Cylindrical-coordinate representation of color #CFD5DB: hue angle of 210º degrees, saturation: 0.14, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CFD5DB is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 213 219 -
CMYK 0.05 0.03 0 0.14
HSL 210º 0.14% 0.84% -
HSV(B) 210º 0.05% 0.86% -
XYZ 62.31 65.97 76.47 -
YUV 211.89 132.01 124.51 -
System Red Green Blue C M Y K H S L
Decimal 207 213 219 0.05 0.03 0 0.14 210 0.14 0.84
Hex CF D5 DB 5 3 0 E D2 E 54
Octal 317 325 333 5 3 0 16 322 16 124
Binary 11001111 11010101 11011011 101 11 0 1110 11010010 1110 1010100

Color Harmonies of #CFD5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD5DB

Black with #CFD5DB

Text Example


Text Example

White with #CFD5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD5DB; }

 p { color: rgb(207,213,219); }

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

background-color css

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

 a { background-color: rgb(207,213,219); }

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

border-color css

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

 span { border-color: rgb(207,213,219); }

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