Html Css Color HEX #C3CFDE Link Water

📋 copy color: '#C3CFDE'

red 195 ◦ green 207 ◦ blue 222

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

Shades of Link Water #C3CFDE

Tints of Link Water #C3CFDE

RGB

 RED value IS 195 (76.56% from 255) = 31.25%

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

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

R = 31.25%
G = 33.17%
B = 35.58%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C3CFDE (or 0xC3CFDE) is known color: Link Water. HEX triplet: C3, CF and DE. RGB value is (195,207,222). Sum of RGB (Red+Green+Blue) = 195+207+222=624 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.25% from 624); Green value is 207 (81.25% from 255 or 33.17% from 624); Blue value is 222 (87.11% from 255 or 35.58% from 624); Max value from RGB is 222 - color contains mainly: blue. Hex color #C3CFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CFDE is #3C3021. Grayscale: #CDCDCD. Windows color (decimal): -3944482 or 14602179. OLE color: 14602179.

HSL color Cylindrical-coordinate representation of color #C3CFDE: hue angle of 213.33º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3CFDE is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 207 222 -
CMYK 0.12 0.07 0 0.13
HSL 213.33º 0.29% 0.82% -
HSV(B) 213.33º 0.12% 0.87% -
XYZ 58 61.5 77.92 -
YUV 205.12 137.52 120.78 -
System Red Green Blue C M Y K H S L
Decimal 195 207 222 0.12 0.07 0 0.13 213.33 0.29 0.82
Hex C3 CF DE C 7 0 D D5 1D 52
Octal 303 317 336 14 7 0 15 325 35 122
Binary 11000011 11001111 11011110 1100 111 0 1101 11010101 11101 1010010

Color Harmonies of #C3CFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CFDE

Black with #C3CFDE

Text Example


Text Example

White with #C3CFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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