Html Css Color HEX #CBD5FD Lavender Blue

📋 copy color: '#CBD5FD'

red 203 ◦ green 213 ◦ blue 253

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

Shades of Lavender Blue #CBD5FD

Tints of Lavender Blue #CBD5FD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.84%

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

R = 30.34%
G = 31.84%
B = 37.82%

CMYK

 C value IS 0.20

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CBD5FD (or 0xCBD5FD) is known color: Lavender Blue. HEX triplet: CB, D5 and FD. RGB value is (203,213,253). Sum of RGB (Red+Green+Blue) = 203+213+253=669 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.34% from 669); Green value is 213 (83.59% from 255 or 31.84% from 669); Blue value is 253 (99.22% from 255 or 37.82% from 669); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBD5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD5FD is #342A02. Grayscale: #D6D6D6. Windows color (decimal): -3418627 or 16635339. OLE color: 16635339.

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

Color convert

RGB 203 213 253 -
CMYK 0.20 0.16 0 0.01
HSL 228º 0.93% 0.89% -
HSV(B) 228º 0.2% 0.99% -
XYZ 66.15 67.38 102.45 -
YUV 214.57 149.69 119.75 -
System Red Green Blue C M Y K H S L
Decimal 203 213 253 0.20 0.16 0 0.01 228 0.93 0.89
Hex CB D5 FD 14 10 0 1 E4 5D 59
Octal 313 325 375 24 20 0 1 344 135 131
Binary 11001011 11010101 11111101 10100 10000 0 1 11100100 1011101 1011001

Color Harmonies of #CBD5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD5FD

Black with #CBD5FD

Text Example


Text Example

White with #CBD5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD5FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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