Html Css Color HEX #CABBFD Lavender Blue

📋 copy color: '#CABBFD'

red 202 ◦ green 187 ◦ blue 253

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

Shades of Lavender Blue #CABBFD

Tints of Lavender Blue #CABBFD

RGB

 RED value IS 202 (79.3% from 255) = 31.46%

 GREEN value IS 187 (73.44% from 255) = 29.13%

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

R = 31.46%
G = 29.13%
B = 39.41%

CMYK

 C value IS 0.20

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CABBFD (or 0xCABBFD) is known color: Lavender Blue. HEX triplet: CA, BB and FD. RGB value is (202,187,253). Sum of RGB (Red+Green+Blue) = 202+187+253=642 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.46% from 642); Green value is 187 (73.44% from 255 or 29.13% from 642); Blue value is 253 (99.22% from 255 or 39.41% from 642); Max value from RGB is 253 - color contains mainly: blue. Hex color #CABBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABBFD is #354402. Grayscale: #C6C6C6. Windows color (decimal): -3490819 or 16628682. OLE color: 16628682.

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

Color convert

RGB 202 187 253 -
CMYK 0.20 0.26 0 0.01
HSL 253.64º 0.94% 0.86% -
HSV(B) 253.64º 0.26% 0.99% -
XYZ 59.86 55.19 100.43 -
YUV 199.01 158.47 130.13 -
System Red Green Blue C M Y K H S L
Decimal 202 187 253 0.20 0.26 0 0.01 253.64 0.94 0.86
Hex CA BB FD 14 1A 0 1 FE 5E 56
Octal 312 273 375 24 32 0 1 376 136 126
Binary 11001010 10111011 11111101 10100 11010 0 1 11111110 1011110 1010110

Color Harmonies of #CABBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABBFD

Black with #CABBFD

Text Example


Text Example

White with #CABBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABBFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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