Html Css Color HEX #C2CFE1 Link Water

📋 copy color: '#C2CFE1'

red 194 ◦ green 207 ◦ blue 225

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

Shades of Link Water #C2CFE1

Tints of Link Water #C2CFE1

RGB

 RED value IS 194 (76.17% from 255) = 30.99%

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

 BLUE value IS 225 (88.28% from 255) = 35.94%

R = 30.99%
G = 33.07%
B = 35.94%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C2CFE1 (or 0xC2CFE1) is known color: Link Water. HEX triplet: C2, CF and E1. RGB value is (194,207,225). Sum of RGB (Red+Green+Blue) = 194+207+225=626 (82% of max value = 765). Red value is 194 (76.17% from 255 or 30.99% from 626); Green value is 207 (81.25% from 255 or 33.07% from 626); Blue value is 225 (88.28% from 255 or 35.94% from 626); Max value from RGB is 225 - color contains mainly: blue. Hex color #C2CFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CFE1 is #3D301E. Grayscale: #CDCDCD. Windows color (decimal): -4010015 or 14798786. OLE color: 14798786.

HSL color Cylindrical-coordinate representation of color #C2CFE1: hue angle of 214.84º degrees, saturation: 0.34, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2CFE1 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 194 207 225 -
CMYK 0.14 0.08 0 0.12
HSL 214.84º 0.34% 0.82% -
HSV(B) 214.84º 0.14% 0.88% -
XYZ 58.15 61.53 80.05 -
YUV 205.17 139.19 120.04 -
System Red Green Blue C M Y K H S L
Decimal 194 207 225 0.14 0.08 0 0.12 214.84 0.34 0.82
Hex C2 CF E1 E 8 0 C D7 22 52
Octal 302 317 341 16 10 0 14 327 42 122
Binary 11000010 11001111 11100001 1110 1000 0 1100 11010111 100010 1010010

Color Harmonies of #C2CFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CFE1

Black with #C2CFE1

Text Example


Text Example

White with #C2CFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CFE1; }

 p { color: rgb(194,207,225); }

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

background-color css

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

 a { background-color: rgb(194,207,225); }

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

border-color css

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

 span { border-color: rgb(194,207,225); }

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