Html Css Color HEX #C7CFDE Link Water

📋 copy color: '#C7CFDE'

red 199 ◦ green 207 ◦ blue 222

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

Shades of Link Water #C7CFDE

Tints of Link Water #C7CFDE

RGB

 RED value IS 199 (78.13% from 255) = 31.69%

 GREEN value IS 207 (81.25% from 255) = 32.96%

 BLUE value IS 222 (87.11% from 255) = 35.35%

R = 31.69%
G = 32.96%
B = 35.35%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C7CFDE (or 0xC7CFDE) is known color: Link Water. HEX triplet: C7, CF and DE. RGB value is (199,207,222). Sum of RGB (Red+Green+Blue) = 199+207+222=628 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.69% from 628); Green value is 207 (81.25% from 255 or 32.96% from 628); Blue value is 222 (87.11% from 255 or 35.35% from 628); Max value from RGB is 222 - color contains mainly: blue. Hex color #C7CFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CFDE is #383021. Grayscale: #CECECE. Windows color (decimal): -3682338 or 14602183. OLE color: 14602183.

HSL color Cylindrical-coordinate representation of color #C7CFDE: hue angle of 219.13º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7CFDE is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 207 222 -
CMYK 0.10 0.07 0 0.13
HSL 219.13º 0.26% 0.83% -
HSV(B) 219.13º 0.1% 0.87% -
XYZ 59.05 62.04 77.97 -
YUV 206.32 136.85 122.78 -
System Red Green Blue C M Y K H S L
Decimal 199 207 222 0.10 0.07 0 0.13 219.13 0.26 0.83
Hex C7 CF DE A 7 0 D DB 1A 53
Octal 307 317 336 12 7 0 15 333 32 123
Binary 11000111 11001111 11011110 1010 111 0 1101 11011011 11010 1010011

Color Harmonies of #C7CFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CFDE

Black with #C7CFDE

Text Example


Text Example

White with #C7CFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CFDE; }

 p { color: rgb(199,207,222); }

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

background-color css

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

 a { background-color: rgb(199,207,222); }

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

border-color css

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

 span { border-color: rgb(199,207,222); }

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