Html Css Color HEX #C1CCFF Lavender Blue

📋 copy color: '#C1CCFF'

red 193 ◦ green 204 ◦ blue 255

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

Shades of Lavender Blue #C1CCFF

Tints of Lavender Blue #C1CCFF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.29%

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

R = 29.6%
G = 31.29%
B = 39.11%

CMYK

 C value IS 0.24

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C1CCFF (or 0xC1CCFF) is known color: Lavender Blue. HEX triplet: C1, CC and FF. RGB value is (193,204,255). Sum of RGB (Red+Green+Blue) = 193+204+255=652 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.60% from 652); Green value is 204 (80.08% from 255 or 31.29% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #C1CCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CCFF is #3E3300. Grayscale: #CECECE. Windows color (decimal): -4076289 or 16764097. OLE color: 16764097.

HSL color Cylindrical-coordinate representation of color #C1CCFF: hue angle of 229.35º 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 #C1CCFF is Cyan = 0.24, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 193 204 255 -
CMYK 0.24 0.2 0 0
HSL 229.35º 1% 0.88% -
HSV(B) 229.35º 0.24% 1% -
XYZ 61.64 61.74 103.28 -
YUV 206.53 155.36 118.35 -
System Red Green Blue C M Y K H S L
Decimal 193 204 255 0.24 0.2 0 0 229.35 1 0.88
Hex C1 CC FF 18 14 0 0 E5 64 58
Octal 301 314 377 30 24 0 0 345 144 130
Binary 11000001 11001100 11111111 11000 10100 0 0 11100101 1100100 1011000

Color Harmonies of #C1CCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CCFF

Black with #C1CCFF

Text Example


Text Example

White with #C1CCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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