Html Css Color HEX #C1CDFD Lavender Blue

📋 copy color: '#C1CDFD'

red 193 ◦ green 205 ◦ blue 253

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

Shades of Lavender Blue #C1CDFD

Tints of Lavender Blue #C1CDFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 38.86%

R = 29.65%
G = 31.49%
B = 38.86%

CMYK

 C value IS 0.24

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C1CDFD (or 0xC1CDFD) is known color: Lavender Blue. HEX triplet: C1, CD and FD. RGB value is (193,205,253). Sum of RGB (Red+Green+Blue) = 193+205+253=651 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.65% from 651); Green value is 205 (80.47% from 255 or 31.49% from 651); Blue value is 253 (99.22% from 255 or 38.86% from 651); Max value from RGB is 253 - color contains mainly: blue. Hex color #C1CDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CDFD is #3E3202. Grayscale: #CECECE. Windows color (decimal): -4076035 or 16633281. OLE color: 16633281.

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

Color convert

RGB 193 205 253 -
CMYK 0.24 0.19 0 0.01
HSL 228º 0.94% 0.87% -
HSV(B) 228º 0.24% 0.99% -
XYZ 61.55 62.09 101.67 -
YUV 206.88 154.02 118.1 -
System Red Green Blue C M Y K H S L
Decimal 193 205 253 0.24 0.19 0 0.01 228 0.94 0.87
Hex C1 CD FD 18 13 0 1 E4 5E 57
Octal 301 315 375 30 23 0 1 344 136 127
Binary 11000001 11001101 11111101 11000 10011 0 1 11100100 1011110 1010111

Color Harmonies of #C1CDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CDFD

Black with #C1CDFD

Text Example


Text Example

White with #C1CDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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