Html Css Color HEX #C5CAFD Lavender Blue

📋 copy color: '#C5CAFD'

red 197 ◦ green 202 ◦ blue 253

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

Shades of Lavender Blue #C5CAFD

Tints of Lavender Blue #C5CAFD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.98%

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

R = 30.21%
G = 30.98%
B = 38.8%

CMYK

 C value IS 0.22

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C5CAFD (or 0xC5CAFD) is known color: Lavender Blue. HEX triplet: C5, CA and FD. RGB value is (197,202,253). Sum of RGB (Red+Green+Blue) = 197+202+253=652 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.21% from 652); Green value is 202 (79.30% from 255 or 30.98% from 652); Blue value is 253 (99.22% from 255 or 38.80% from 652); Max value from RGB is 253 - color contains mainly: blue. Hex color #C5CAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CAFD is #3A3502. Grayscale: #CECECE. Windows color (decimal): -3814659 or 16632517. OLE color: 16632517.

HSL color Cylindrical-coordinate representation of color #C5CAFD: hue angle of 234.64º 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 #C5CAFD is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 197 202 253 -
CMYK 0.22 0.20 0 0.01
HSL 234.64º 0.93% 0.88% -
HSV(B) 234.64º 0.22% 0.99% -
XYZ 61.88 61.2 101.48 -
YUV 206.32 154.34 121.35 -
System Red Green Blue C M Y K H S L
Decimal 197 202 253 0.22 0.20 0 0.01 234.64 0.93 0.88
Hex C5 CA FD 16 14 0 1 EB 5D 58
Octal 305 312 375 26 24 0 1 353 135 130
Binary 11000101 11001010 11111101 10110 10100 0 1 11101011 1011101 1011000

Color Harmonies of #C5CAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CAFD

Black with #C5CAFD

Text Example


Text Example

White with #C5CAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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