Html Css Color HEX #CFD4DD Link Water

📋 copy color: '#CFD4DD'

red 207 ◦ green 212 ◦ blue 221

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

Shades of Link Water #CFD4DD

Tints of Link Water #CFD4DD

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.13%

 BLUE value IS 221 (86.72% from 255) = 34.53%

R = 32.34%
G = 33.13%
B = 34.53%

CMYK

 C value IS 0.06

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CFD4DD (or 0xCFD4DD) is known color: Link Water. HEX triplet: CF, D4 and DD. RGB value is (207,212,221). Sum of RGB (Red+Green+Blue) = 207+212+221=640 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.34% from 640); Green value is 212 (83.20% from 255 or 33.12% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 221 - color contains mainly: blue. Hex color #CFD4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD4DD is #302B22. Grayscale: #D3D3D3. Windows color (decimal): -3156771 or 14537935. OLE color: 14537935.

HSL color Cylindrical-coordinate representation of color #CFD4DD: hue angle of 218.57º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CFD4DD is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 212 221 -
CMYK 0.06 0.04 0 0.13
HSL 218.57º 0.17% 0.84% -
HSV(B) 218.57º 0.06% 0.87% -
XYZ 62.33 65.57 77.78 -
YUV 211.53 133.34 124.77 -
System Red Green Blue C M Y K H S L
Decimal 207 212 221 0.06 0.04 0 0.13 218.57 0.17 0.84
Hex CF D4 DD 6 4 0 D DB 11 54
Octal 317 324 335 6 4 0 15 333 21 124
Binary 11001111 11010100 11011101 110 100 0 1101 11011011 10001 1010100

Color Harmonies of #CFD4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD4DD

Black with #CFD4DD

Text Example


Text Example

White with #CFD4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD4DD; }

 p { color: rgb(207,212,221); }

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

background-color css

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

 a { background-color: rgb(207,212,221); }

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

border-color css

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

 span { border-color: rgb(207,212,221); }

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