Html Css Color HEX #CBCEFA Lavender Blue

📋 copy color: '#CBCEFA'

red 203 ◦ green 206 ◦ blue 250

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

Shades of Lavender Blue #CBCEFA

Tints of Lavender Blue #CBCEFA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.26%

 BLUE value IS 250 (98.05% from 255) = 37.94%

R = 30.8%
G = 31.26%
B = 37.94%

CMYK

 C value IS 0.19

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CBCEFA (or 0xCBCEFA) is known color: Lavender Blue. HEX triplet: CB, CE and FA. RGB value is (203,206,250). Sum of RGB (Red+Green+Blue) = 203+206+250=659 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.80% from 659); Green value is 206 (80.86% from 255 or 31.26% from 659); Blue value is 250 (98.05% from 255 or 37.94% from 659); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBCEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCEFA is #343105. Grayscale: #D1D1D1. Windows color (decimal): -3420422 or 16436939. OLE color: 16436939.

HSL color Cylindrical-coordinate representation of color #CBCEFA: hue angle of 236.17º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBCEFA is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 206 250 -
CMYK 0.19 0.18 0 0.02
HSL 236.17º 0.82% 0.89% -
HSV(B) 236.17º 0.19% 0.98% -
XYZ 63.96 63.74 99.37 -
YUV 210.12 150.51 122.92 -
System Red Green Blue C M Y K H S L
Decimal 203 206 250 0.19 0.18 0 0.02 236.17 0.82 0.89
Hex CB CE FA 13 12 0 2 EC 52 59
Octal 313 316 372 23 22 0 2 354 122 131
Binary 11001011 11001110 11111010 10011 10010 0 10 11101100 1010010 1011001

Color Harmonies of #CBCEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBCEFA

Black with #CBCEFA

Text Example


Text Example

White with #CBCEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBCEFA; }

 p { color: rgb(203,206,250); }

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

background-color css

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

 a { background-color: rgb(203,206,250); }

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

border-color css

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

 span { border-color: rgb(203,206,250); }

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