Html Css Color HEX #C1CDFC Lavender Blue

📋 copy color: '#C1CDFC'

red 193 ◦ green 205 ◦ blue 252

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

Shades of Lavender Blue #C1CDFC

Tints of Lavender Blue #C1CDFC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.54%

 BLUE value IS 252 (98.83% from 255) = 38.77%

R = 29.69%
G = 31.54%
B = 38.77%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C1CDFC (or 0xC1CDFC) is known color: Lavender Blue. HEX triplet: C1, CD and FC. RGB value is (193,205,252). Sum of RGB (Red+Green+Blue) = 193+205+252=650 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.69% from 650); Green value is 205 (80.47% from 255 or 31.54% from 650); Blue value is 252 (98.83% from 255 or 38.77% from 650); Max value from RGB is 252 - color contains mainly: blue. Hex color #C1CDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CDFC is #3E3203. Grayscale: #CECECE. Windows color (decimal): -4076036 or 16567745. OLE color: 16567745.

HSL color Cylindrical-coordinate representation of color #C1CDFC: hue angle of 227.8º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1CDFC is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 193 205 252 -
CMYK 0.23 0.19 0 0.01
HSL 227.8º 0.91% 0.87% -
HSV(B) 227.8º 0.23% 0.99% -
XYZ 61.39 62.03 100.83 -
YUV 206.77 153.52 118.18 -
System Red Green Blue C M Y K H S L
Decimal 193 205 252 0.23 0.19 0 0.01 227.8 0.91 0.87
Hex C1 CD FC 17 13 0 1 E4 5B 57
Octal 301 315 374 27 23 0 1 344 133 127
Binary 11000001 11001101 11111100 10111 10011 0 1 11100100 1011011 1010111

Color Harmonies of #C1CDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CDFC

Black with #C1CDFC

Text Example


Text Example

White with #C1CDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CDFC; }

 p { color: rgb(193,205,252); }

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

background-color css

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

 a { background-color: rgb(193,205,252); }

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

border-color css

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

 span { border-color: rgb(193,205,252); }

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