Html Css Color HEX #CBC8EE Lavender Blue

📋 copy color: '#CBC8EE'

red 203 ◦ green 200 ◦ blue 238

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

Shades of Lavender Blue #CBC8EE

Tints of Lavender Blue #CBC8EE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.2%

 BLUE value IS 238 (93.36% from 255) = 37.13%

R = 31.67%
G = 31.2%
B = 37.13%

CMYK

 C value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CBC8EE (or 0xCBC8EE) is known color: Lavender Blue. HEX triplet: CB, C8 and EE. RGB value is (203,200,238). Sum of RGB (Red+Green+Blue) = 203+200+238=641 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.67% from 641); Green value is 200 (78.52% from 255 or 31.20% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBC8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC8EE is #343711. Grayscale: #CDCDCD. Windows color (decimal): -3421970 or 15648971. OLE color: 15648971.

HSL color Cylindrical-coordinate representation of color #CBC8EE: hue angle of 244.74º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBC8EE is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 200 238 -
CMYK 0.15 0.16 0 0.07
HSL 244.74º 0.53% 0.86% -
HSV(B) 244.74º 0.16% 0.93% -
XYZ 60.72 60.18 89.3 -
YUV 205.23 146.49 126.41 -
System Red Green Blue C M Y K H S L
Decimal 203 200 238 0.15 0.16 0 0.07 244.74 0.53 0.86
Hex CB C8 EE F 10 0 7 F5 35 56
Octal 313 310 356 17 20 0 7 365 65 126
Binary 11001011 11001000 11101110 1111 10000 0 111 11110101 110101 1010110

Color Harmonies of #CBC8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC8EE

Black with #CBC8EE

Text Example


Text Example

White with #CBC8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC8EE; }

 p { color: rgb(203,200,238); }

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

background-color css

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

 a { background-color: rgb(203,200,238); }

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

border-color css

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

 span { border-color: rgb(203,200,238); }

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