Html Css Color HEX #C5CFFD Lavender Blue

📋 copy color: '#C5CFFD'

red 197 ◦ green 207 ◦ blue 253

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

Shades of Lavender Blue #C5CFFD

Tints of Lavender Blue #C5CFFD

RGB

 RED value IS 197 (77.34% from 255) = 29.98%

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

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

R = 29.98%
G = 31.51%
B = 38.51%

CMYK

 C value IS 0.22

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C5CFFD (or 0xC5CFFD) is known color: Lavender Blue. HEX triplet: C5, CF and FD. RGB value is (197,207,253). Sum of RGB (Red+Green+Blue) = 197+207+253=657 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.98% from 657); Green value is 207 (81.25% from 255 or 31.51% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 253 - color contains mainly: blue. Hex color #C5CFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CFFD is #3A3002. Grayscale: #D1D1D1. Windows color (decimal): -3813379 or 16633797. OLE color: 16633797.

HSL color Cylindrical-coordinate representation of color #C5CFFD: hue angle of 229.29º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5CFFD is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 197 207 253 -
CMYK 0.22 0.18 0 0.01
HSL 229.29º 0.93% 0.88% -
HSV(B) 229.29º 0.22% 0.99% -
XYZ 63.07 63.59 101.88 -
YUV 209.25 152.69 119.26 -
System Red Green Blue C M Y K H S L
Decimal 197 207 253 0.22 0.18 0 0.01 229.29 0.93 0.88
Hex C5 CF FD 16 12 0 1 E5 5D 58
Octal 305 317 375 26 22 0 1 345 135 130
Binary 11000101 11001111 11111101 10110 10010 0 1 11100101 1011101 1011000

Color Harmonies of #C5CFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CFFD

Black with #C5CFFD

Text Example


Text Example

White with #C5CFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CFFD; }

 p { color: rgb(197,207,253); }

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

background-color css

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

 a { background-color: rgb(197,207,253); }

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

border-color css

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

 span { border-color: rgb(197,207,253); }

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