Html Css Color HEX #CBC9FD Lavender Blue

📋 copy color: '#CBC9FD'

red 203 ◦ green 201 ◦ blue 253

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

Shades of Lavender Blue #CBC9FD

Tints of Lavender Blue #CBC9FD

RGB

 RED value IS 203 (79.69% from 255) = 30.9%

 GREEN value IS 201 (78.91% from 255) = 30.59%

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

R = 30.9%
G = 30.59%
B = 38.51%

CMYK

 C value IS 0.20

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CBC9FD (or 0xCBC9FD) is known color: Lavender Blue. HEX triplet: CB, C9 and FD. RGB value is (203,201,253). Sum of RGB (Red+Green+Blue) = 203+201+253=657 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.90% from 657); Green value is 201 (78.91% from 255 or 30.59% 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 #CBC9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC9FD is #343602. Grayscale: #CFCFCF. Windows color (decimal): -3421699 or 16632267. OLE color: 16632267.

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

Color convert

RGB 203 201 253 -
CMYK 0.20 0.21 0 0.01
HSL 242.31º 0.93% 0.89% -
HSV(B) 242.31º 0.21% 0.99% -
XYZ 63.24 61.56 101.48 -
YUV 207.53 153.66 124.77 -
System Red Green Blue C M Y K H S L
Decimal 203 201 253 0.20 0.21 0 0.01 242.31 0.93 0.89
Hex CB C9 FD 14 15 0 1 F2 5D 59
Octal 313 311 375 24 25 0 1 362 135 131
Binary 11001011 11001001 11111101 10100 10101 0 1 11110010 1011101 1011001

Color Harmonies of #CBC9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC9FD

Black with #CBC9FD

Text Example


Text Example

White with #CBC9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC9FD; }

 p { color: rgb(203,201,253); }

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

background-color css

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

 a { background-color: rgb(203,201,253); }

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

border-color css

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

 span { border-color: rgb(203,201,253); }

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