Html Css Color HEX #CBC7EA Lavender Blue

📋 copy color: '#CBC7EA'

red 203 ◦ green 199 ◦ blue 234

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

Shades of Lavender Blue #CBC7EA

Tints of Lavender Blue #CBC7EA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.29%

 BLUE value IS 234 (91.8% from 255) = 36.79%

R = 31.92%
G = 31.29%
B = 36.79%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CBC7EA (or 0xCBC7EA) is known color: Lavender Blue. HEX triplet: CB, C7 and EA. RGB value is (203,199,234). Sum of RGB (Red+Green+Blue) = 203+199+234=636 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.92% from 636); Green value is 199 (78.12% from 255 or 31.29% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 234 - color contains mainly: blue. Hex color #CBC7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC7EA is #343815. Grayscale: #CCCCCC. Windows color (decimal): -3422230 or 15386571. OLE color: 15386571.

HSL color Cylindrical-coordinate representation of color #CBC7EA: hue angle of 246.86º degrees, saturation: 0.45, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBC7EA is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 199 234 -
CMYK 0.13 0.15 0 0.08
HSL 246.86º 0.45% 0.85% -
HSV(B) 246.86º 0.15% 0.92% -
XYZ 59.9 59.48 86.17 -
YUV 204.19 144.83 127.15 -
System Red Green Blue C M Y K H S L
Decimal 203 199 234 0.13 0.15 0 0.08 246.86 0.45 0.85
Hex CB C7 EA D F 0 8 F7 2D 55
Octal 313 307 352 15 17 0 10 367 55 125
Binary 11001011 11000111 11101010 1101 1111 0 1000 11110111 101101 1010101

Color Harmonies of #CBC7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC7EA

Black with #CBC7EA

Text Example


Text Example

White with #CBC7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC7EA; }

 p { color: rgb(203,199,234); }

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

background-color css

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

 a { background-color: rgb(203,199,234); }

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

border-color css

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

 span { border-color: rgb(203,199,234); }

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