Html Css Color HEX #CBCEF6 Lavender Blue

📋 copy color: '#CBCEF6'

red 203 ◦ green 206 ◦ blue 246

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

Shades of Lavender Blue #CBCEF6

Tints of Lavender Blue #CBCEF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 37.56%

R = 30.99%
G = 31.45%
B = 37.56%

CMYK

 C value IS 0.17

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CBCEF6 (or 0xCBCEF6) is known color: Lavender Blue. HEX triplet: CB, CE and F6. RGB value is (203,206,246). Sum of RGB (Red+Green+Blue) = 203+206+246=655 (86% of max value = 765). Red value is 203 (79.69% from 255 or 30.99% from 655); Green value is 206 (80.86% from 255 or 31.45% from 655); Blue value is 246 (96.48% from 255 or 37.56% from 655); Max value from RGB is 246 - color contains mainly: blue. Hex color #CBCEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCEF6 is #343109. Grayscale: #D1D1D1. Windows color (decimal): -3420426 or 16174795. OLE color: 16174795.

HSL color Cylindrical-coordinate representation of color #CBCEF6: hue angle of 235.81º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBCEF6 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 203 206 246 -
CMYK 0.17 0.16 0 0.04
HSL 235.81º 0.7% 0.88% -
HSV(B) 235.81º 0.17% 0.96% -
XYZ 63.33 63.49 96.11 -
YUV 209.66 148.51 123.25 -
System Red Green Blue C M Y K H S L
Decimal 203 206 246 0.17 0.16 0 0.04 235.81 0.7 0.88
Hex CB CE F6 11 10 0 4 EC 46 58
Octal 313 316 366 21 20 0 4 354 106 130
Binary 11001011 11001110 11110110 10001 10000 0 100 11101100 1000110 1011000

Color Harmonies of #CBCEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBCEF6

Black with #CBCEF6

Text Example


Text Example

White with #CBCEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBCEF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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