Html Css Color HEX #C5CBFF Lavender Blue

📋 copy color: '#C5CBFF'

red 197 ◦ green 203 ◦ blue 255

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

Shades of Lavender Blue #C5CBFF

Tints of Lavender Blue #C5CBFF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 30.99%

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

R = 30.08%
G = 30.99%
B = 38.93%

CMYK

 C value IS 0.23

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C5CBFF (or 0xC5CBFF) is known color: Lavender Blue. HEX triplet: C5, CB and FF. RGB value is (197,203,255). Sum of RGB (Red+Green+Blue) = 197+203+255=655 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.08% from 655); Green value is 203 (79.69% from 255 or 30.99% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5CBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CBFF is #3A3400. Grayscale: #CECECE. Windows color (decimal): -3814401 or 16763845. OLE color: 16763845.

HSL color Cylindrical-coordinate representation of color #C5CBFF: hue angle of 233.79º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5CBFF is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 197 203 255 -
CMYK 0.23 0.20 0 0
HSL 233.79º 1% 0.89% -
HSV(B) 233.79º 0.23% 1% -
XYZ 62.43 61.8 103.25 -
YUV 207.13 155.01 120.77 -
System Red Green Blue C M Y K H S L
Decimal 197 203 255 0.23 0.20 0 0 233.79 1 0.89
Hex C5 CB FF 17 14 0 0 EA 64 59
Octal 305 313 377 27 24 0 0 352 144 131
Binary 11000101 11001011 11111111 10111 10100 0 0 11101010 1100100 1011001

Color Harmonies of #C5CBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CBFF

Black with #C5CBFF

Text Example


Text Example

White with #C5CBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CBFF; }

 p { color: rgb(197,203,255); }

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

background-color css

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

 a { background-color: rgb(197,203,255); }

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

border-color css

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

 span { border-color: rgb(197,203,255); }

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