Html Css Color HEX #CBCEF2 Lavender Blue

📋 copy color: '#CBCEF2'

red 203 ◦ green 206 ◦ blue 242

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

Shades of Lavender Blue #CBCEF2

Tints of Lavender Blue #CBCEF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.17%

R = 31.18%
G = 31.64%
B = 37.17%

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

#CBCEF2 (or 0xCBCEF2) is known color: Lavender Blue. HEX triplet: CB, CE and F2. RGB value is (203,206,242). Sum of RGB (Red+Green+Blue) = 203+206+242=651 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.18% from 651); Green value is 206 (80.86% from 255 or 31.64% from 651); Blue value is 242 (94.92% from 255 or 37.17% from 651); Max value from RGB is 242 - color contains mainly: blue. Hex color #CBCEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCEF2 is #34310D. Grayscale: #D1D1D1. Windows color (decimal): -3420430 or 15912651. OLE color: 15912651.

HSL color Cylindrical-coordinate representation of color #CBCEF2: hue angle of 235.38º degrees, saturation: 0.6, 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 #CBCEF2 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 203 206 242 -
CMYK 0.16 0.15 0 0.05
HSL 235.38º 0.6% 0.87% -
HSV(B) 235.38º 0.16% 0.95% -
XYZ 62.73 63.25 92.91 -
YUV 209.21 146.51 123.57 -
System Red Green Blue C M Y K H S L
Decimal 203 206 242 0.16 0.15 0 0.05 235.38 0.6 0.87
Hex CB CE F2 10 F 0 5 EB 3C 57
Octal 313 316 362 20 17 0 5 353 74 127
Binary 11001011 11001110 11110010 10000 1111 0 101 11101011 111100 1010111

Color Harmonies of #CBCEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBCEF2

Black with #CBCEF2

Text Example


Text Example

White with #CBCEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBCEF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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