Html Css Color HEX #C1CFFF Lavender Blue

📋 copy color: '#C1CFFF'

red 193 ◦ green 207 ◦ blue 255

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

Shades of Lavender Blue #C1CFFF

Tints of Lavender Blue #C1CFFF

RGB

 RED value IS 193 (75.78% from 255) = 29.47%

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

 BLUE value IS 255 (100% from 255) = 38.93%

R = 29.47%
G = 31.6%
B = 38.93%

CMYK

 C value IS 0.24

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C1CFFF (or 0xC1CFFF) is known color: Lavender Blue. HEX triplet: C1, CF and FF. RGB value is (193,207,255). Sum of RGB (Red+Green+Blue) = 193+207+255=655 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.47% from 655); Green value is 207 (81.25% from 255 or 31.60% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #C1CFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CFFF is #3E3000. Grayscale: #D0D0D0. Windows color (decimal): -4075521 or 16764865. OLE color: 16764865.

HSL color Cylindrical-coordinate representation of color #C1CFFF: hue angle of 226.45º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1CFFF is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 193 207 255 -
CMYK 0.24 0.19 0 0
HSL 226.45º 1% 0.88% -
HSV(B) 226.45º 0.24% 1% -
XYZ 62.36 63.18 103.52 -
YUV 208.29 154.36 117.1 -
System Red Green Blue C M Y K H S L
Decimal 193 207 255 0.24 0.19 0 0 226.45 1 0.88
Hex C1 CF FF 18 13 0 0 E2 64 58
Octal 301 317 377 30 23 0 0 342 144 130
Binary 11000001 11001111 11111111 11000 10011 0 0 11100010 1100100 1011000

Color Harmonies of #C1CFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CFFF

Black with #C1CFFF

Text Example


Text Example

White with #C1CFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CFFF; }

 p { color: rgb(193,207,255); }

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

background-color css

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

 a { background-color: rgb(193,207,255); }

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

border-color css

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

 span { border-color: rgb(193,207,255); }

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