Html Css Color HEX #CCCBFA Lavender Blue

📋 copy color: '#CCCBFA'

red 204 ◦ green 203 ◦ blue 250

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

Shades of Lavender Blue #CCCBFA

Tints of Lavender Blue #CCCBFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.05%

R = 31.05%
G = 30.9%
B = 38.05%

CMYK

 C value IS 0.18

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CCCBFA (or 0xCCCBFA) is known color: Lavender Blue. HEX triplet: CC, CB and FA. RGB value is (204,203,250). Sum of RGB (Red+Green+Blue) = 204+203+250=657 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.05% from 657); Green value is 203 (79.69% from 255 or 30.90% from 657); Blue value is 250 (98.05% from 255 or 38.05% from 657); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCCBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCBFA is #333405. Grayscale: #D0D0D0. Windows color (decimal): -3355654 or 16436172. OLE color: 16436172.

HSL color Cylindrical-coordinate representation of color #CCCBFA: hue angle of 241.28º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCCBFA is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 203 250 -
CMYK 0.18 0.19 0 0.02
HSL 241.28º 0.82% 0.89% -
HSV(B) 241.28º 0.19% 0.98% -
XYZ 63.51 62.45 99.15 -
YUV 208.66 151.33 124.68 -
System Red Green Blue C M Y K H S L
Decimal 204 203 250 0.18 0.19 0 0.02 241.28 0.82 0.89
Hex CC CB FA 12 13 0 2 F1 52 59
Octal 314 313 372 22 23 0 2 361 122 131
Binary 11001100 11001011 11111010 10010 10011 0 10 11110001 1010010 1011001

Color Harmonies of #CCCBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCBFA

Black with #CCCBFA

Text Example


Text Example

White with #CCCBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCBFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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