Html Css Color HEX #CBCCEE Lavender Blue

📋 copy color: '#CBCCEE'

red 203 ◦ green 204 ◦ blue 238

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

Shades of Lavender Blue #CBCCEE

Tints of Lavender Blue #CBCCEE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.63%

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

R = 31.47%
G = 31.63%
B = 36.9%

CMYK

 C value IS 0.15

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CBCCEE (or 0xCBCCEE) is known color: Lavender Blue. HEX triplet: CB, CC and EE. RGB value is (203,204,238). Sum of RGB (Red+Green+Blue) = 203+204+238=645 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.47% from 645); Green value is 204 (80.08% from 255 or 31.63% from 645); Blue value is 238 (93.36% from 255 or 36.90% from 645); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBCCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCCEE is #343311. Grayscale: #CFCFCF. Windows color (decimal): -3420946 or 15649995. OLE color: 15649995.

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

Color convert

RGB 203 204 238 -
CMYK 0.15 0.14 0 0.07
HSL 238.29º 0.51% 0.86% -
HSV(B) 238.29º 0.15% 0.93% -
XYZ 61.65 62.06 89.62 -
YUV 207.58 145.17 124.74 -
System Red Green Blue C M Y K H S L
Decimal 203 204 238 0.15 0.14 0 0.07 238.29 0.51 0.86
Hex CB CC EE F E 0 7 EE 33 56
Octal 313 314 356 17 16 0 7 356 63 126
Binary 11001011 11001100 11101110 1111 1110 0 111 11101110 110011 1010110

Color Harmonies of #CBCCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBCCEE

Black with #CBCCEE

Text Example


Text Example

White with #CBCCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBCCEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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