Html Css Color HEX #CCCBF3 Lavender Blue

📋 copy color: '#CCCBF3'

red 204 ◦ green 203 ◦ blue 243

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

Shades of Lavender Blue #CCCBF3

Tints of Lavender Blue #CCCBF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 37.38%

R = 31.38%
G = 31.23%
B = 37.38%

CMYK

 C value IS 0.16

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CCCBF3 (or 0xCCCBF3) is known color: Lavender Blue. HEX triplet: CC, CB and F3. RGB value is (204,203,243). Sum of RGB (Red+Green+Blue) = 204+203+243=650 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.38% from 650); Green value is 203 (79.69% from 255 or 31.23% from 650); Blue value is 243 (95.31% from 255 or 37.38% from 650); Max value from RGB is 243 - color contains mainly: blue. Hex color #CCCBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCBF3 is #33340C. Grayscale: #CFCFCF. Windows color (decimal): -3355661 or 15977420. OLE color: 15977420.

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

Color convert

RGB 204 203 243 -
CMYK 0.16 0.16 0 0.05
HSL 241.5º 0.63% 0.87% -
HSV(B) 241.5º 0.16% 0.95% -
XYZ 62.44 62.02 93.47 -
YUV 207.86 147.83 125.25 -
System Red Green Blue C M Y K H S L
Decimal 204 203 243 0.16 0.16 0 0.05 241.5 0.63 0.87
Hex CC CB F3 10 10 0 5 F2 3E 57
Octal 314 313 363 20 20 0 5 362 76 127
Binary 11001100 11001011 11110011 10000 10000 0 101 11110010 111110 1010111

Color Harmonies of #CCCBF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCBF3

Black with #CCCBF3

Text Example


Text Example

White with #CCCBF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCBF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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