Html Css Color HEX #CFD2DA Link Water

📋 copy color: '#CFD2DA'

red 207 ◦ green 210 ◦ blue 218

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

Shades of Link Water #CFD2DA

Tints of Link Water #CFD2DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.33%

R = 32.6%
G = 33.07%
B = 34.33%

CMYK

 C value IS 0.05

 M value IS 0.04

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CFD2DA (or 0xCFD2DA) is known color: Link Water. HEX triplet: CF, D2 and DA. RGB value is (207,210,218). Sum of RGB (Red+Green+Blue) = 207+210+218=635 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.60% from 635); Green value is 210 (82.42% from 255 or 33.07% from 635); Blue value is 218 (85.55% from 255 or 34.33% from 635); Max value from RGB is 218 - color contains mainly: blue. Hex color #CFD2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD2DA is #302D25. Grayscale: #D1D1D1. Windows color (decimal): -3157286 or 14340815. OLE color: 14340815.

HSL color Cylindrical-coordinate representation of color #CFD2DA: hue angle of 223.64º degrees, saturation: 0.13, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CFD2DA is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 210 218 -
CMYK 0.05 0.04 0 0.15
HSL 223.64º 0.13% 0.83% -
HSV(B) 223.64º 0.05% 0.85% -
XYZ 61.43 64.42 75.53 -
YUV 210.02 132.51 125.85 -
System Red Green Blue C M Y K H S L
Decimal 207 210 218 0.05 0.04 0 0.15 223.64 0.13 0.83
Hex CF D2 DA 5 4 0 F E0 D 53
Octal 317 322 332 5 4 0 17 340 15 123
Binary 11001111 11010010 11011010 101 100 0 1111 11100000 1101 1010011

Color Harmonies of #CFD2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD2DA

Black with #CFD2DA

Text Example


Text Example

White with #CFD2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD2DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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