Html Css Color HEX #CFD2D6 Link Water

📋 copy color: '#CFD2D6'

red 207 ◦ green 210 ◦ blue 214

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

Shades of Link Water #CFD2D6

Tints of Link Water #CFD2D6

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.28%

 BLUE value IS 214 (83.98% from 255) = 33.91%

R = 32.81%
G = 33.28%
B = 33.91%

CMYK

 C value IS 0.03

 M value IS 0.02

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CFD2D6 (or 0xCFD2D6) is known color: Link Water. HEX triplet: CF, D2 and D6. RGB value is (207,210,214). Sum of RGB (Red+Green+Blue) = 207+210+214=631 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.81% from 631); Green value is 210 (82.42% from 255 or 33.28% from 631); Blue value is 214 (83.98% from 255 or 33.91% from 631); Max value from RGB is 214 - color contains mainly: blue. Hex color #CFD2D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD2D6 is #302D29. Grayscale: #D1D1D1. Windows color (decimal): -3157290 or 14078671. OLE color: 14078671.

HSL color Cylindrical-coordinate representation of color #CFD2D6: hue angle of 214.29º degrees, saturation: 0.08, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CFD2D6 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 210 214 -
CMYK 0.03 0.02 0 0.16
HSL 214.29º 0.08% 0.83% -
HSV(B) 214.29º 0.03% 0.84% -
XYZ 60.92 64.21 72.8 -
YUV 209.56 130.51 126.17 -
System Red Green Blue C M Y K H S L
Decimal 207 210 214 0.03 0.02 0 0.16 214.29 0.08 0.83
Hex CF D2 D6 3 2 0 10 D6 8 53
Octal 317 322 326 3 2 0 20 326 10 123
Binary 11001111 11010010 11010110 11 10 0 10000 11010110 1000 1010011

Color Harmonies of #CFD2D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD2D6

Black with #CFD2D6

Text Example


Text Example

White with #CFD2D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD2D6; }

 p { color: rgb(207,210,214); }

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

background-color css

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

 a { background-color: rgb(207,210,214); }

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

border-color css

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

 span { border-color: rgb(207,210,214); }

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