Html Css Color HEX #CCCBF8 Lavender Blue

📋 copy color: '#CCCBF8'

red 204 ◦ green 203 ◦ blue 248

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

Shades of Lavender Blue #CCCBF8

Tints of Lavender Blue #CCCBF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 37.86%

R = 31.15%
G = 30.99%
B = 37.86%

CMYK

 C value IS 0.18

 M value IS 0.18

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CCCBF8 (or 0xCCCBF8) is known color: Lavender Blue. HEX triplet: CC, CB and F8. RGB value is (204,203,248). Sum of RGB (Red+Green+Blue) = 204+203+248=655 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.15% from 655); Green value is 203 (79.69% from 255 or 30.99% from 655); Blue value is 248 (97.27% from 255 or 37.86% from 655); Max value from RGB is 248 - color contains mainly: blue. Hex color #CCCBF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCBF8 is #333407. Grayscale: #D0D0D0. Windows color (decimal): -3355656 or 16305100. OLE color: 16305100.

HSL color Cylindrical-coordinate representation of color #CCCBF8: hue angle of 241.33º degrees, saturation: 0.76, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCCBF8 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 203 248 -
CMYK 0.18 0.18 0 0.03
HSL 241.33º 0.76% 0.88% -
HSV(B) 241.33º 0.18% 0.97% -
XYZ 63.2 62.33 97.51 -
YUV 208.43 150.33 124.84 -
System Red Green Blue C M Y K H S L
Decimal 204 203 248 0.18 0.18 0 0.03 241.33 0.76 0.88
Hex CC CB F8 12 12 0 3 F1 4C 58
Octal 314 313 370 22 22 0 3 361 114 130
Binary 11001100 11001011 11111000 10010 10010 0 11 11110001 1001100 1011000

Color Harmonies of #CCCBF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCBF8

Black with #CCCBF8

Text Example


Text Example

White with #CCCBF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCBF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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