Html Css Color HEX #CBCEF1 Lavender Blue

📋 copy color: '#CBCEF1'

red 203 ◦ green 206 ◦ blue 241

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

Shades of Lavender Blue #CBCEF1

Tints of Lavender Blue #CBCEF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 37.08%

R = 31.23%
G = 31.69%
B = 37.08%

CMYK

 C value IS 0.16

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CBCEF1 (or 0xCBCEF1) is known color: Lavender Blue. HEX triplet: CB, CE and F1. RGB value is (203,206,241). Sum of RGB (Red+Green+Blue) = 203+206+241=650 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.23% from 650); Green value is 206 (80.86% from 255 or 31.69% from 650); Blue value is 241 (94.53% from 255 or 37.08% from 650); Max value from RGB is 241 - color contains mainly: blue. Hex color #CBCEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCEF1 is #34310E. Grayscale: #D0D0D0. Windows color (decimal): -3420431 or 15847115. OLE color: 15847115.

HSL color Cylindrical-coordinate representation of color #CBCEF1: hue angle of 235.26º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBCEF1 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 203 206 241 -
CMYK 0.16 0.15 0 0.05
HSL 235.26º 0.58% 0.87% -
HSV(B) 235.26º 0.16% 0.95% -
XYZ 62.58 63.19 92.12 -
YUV 209.09 146.01 123.65 -
System Red Green Blue C M Y K H S L
Decimal 203 206 241 0.16 0.15 0 0.05 235.26 0.58 0.87
Hex CB CE F1 10 F 0 5 EB 3A 57
Octal 313 316 361 20 17 0 5 353 72 127
Binary 11001011 11001110 11110001 10000 1111 0 101 11101011 111010 1010111

Color Harmonies of #CBCEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBCEF1

Black with #CBCEF1

Text Example


Text Example

White with #CBCEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBCEF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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