Html Css Color HEX #CCCBEE Lavender Blue

📋 copy color: '#CCCBEE'

red 204 ◦ green 203 ◦ blue 238

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

Shades of Lavender Blue #CCCBEE

Tints of Lavender Blue #CCCBEE

RGB

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

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

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

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

CMYK

 C value IS 0.14

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCCBEE (or 0xCCCBEE) is known color: Lavender Blue. HEX triplet: CC, CB and EE. RGB value is (204,203,238). Sum of RGB (Red+Green+Blue) = 204+203+238=645 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.63% from 645); Green value is 203 (79.69% from 255 or 31.47% 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 #CCCBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCBEE is #333411. Grayscale: #CFCFCF. Windows color (decimal): -3355666 or 15649740. OLE color: 15649740.

HSL color Cylindrical-coordinate representation of color #CCCBEE: hue angle of 241.71º 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 #CCCBEE is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 203 238 -
CMYK 0.14 0.15 0 0.07
HSL 241.71º 0.51% 0.86% -
HSV(B) 241.71º 0.15% 0.93% -
XYZ 61.69 61.72 89.55 -
YUV 207.29 145.33 125.65 -
System Red Green Blue C M Y K H S L
Decimal 204 203 238 0.14 0.15 0 0.07 241.71 0.51 0.86
Hex CC CB EE E F 0 7 F2 33 56
Octal 314 313 356 16 17 0 7 362 63 126
Binary 11001100 11001011 11101110 1110 1111 0 111 11110010 110011 1010110

Color Harmonies of #CCCBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCBEE

Black with #CCCBEE

Text Example


Text Example

White with #CCCBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCBEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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