Html Css Color HEX #CCBEFF Lavender Blue

📋 copy color: '#CCBEFF'

red 204 ◦ green 190 ◦ blue 255

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

Shades of Lavender Blue #CCBEFF

Tints of Lavender Blue #CCBEFF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.28%

 BLUE value IS 255 (100% from 255) = 39.29%

R = 31.43%
G = 29.28%
B = 39.29%

CMYK

 C value IS 0.2

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CCBEFF (or 0xCCBEFF) is known color: Lavender Blue. HEX triplet: CC, BE and FF. RGB value is (204,190,255). Sum of RGB (Red+Green+Blue) = 204+190+255=649 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.43% from 649); Green value is 190 (74.61% from 255 or 29.28% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCBEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBEFF is #334100. Grayscale: #C9C9C9. Windows color (decimal): -3358977 or 16760524. OLE color: 16760524.

HSL color Cylindrical-coordinate representation of color #CCBEFF: hue angle of 252.92º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCBEFF is Cyan = 0.2, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 204 190 255 -
CMYK 0.2 0.25 0 0
HSL 252.92º 1% 0.87% -
HSV(B) 252.92º 0.25% 1% -
XYZ 61.37 56.88 102.35 -
YUV 201.6 158.14 129.71 -
System Red Green Blue C M Y K H S L
Decimal 204 190 255 0.2 0.25 0 0 252.92 1 0.87
Hex CC BE FF 14 19 0 0 FD 64 57
Octal 314 276 377 24 31 0 0 375 144 127
Binary 11001100 10111110 11111111 10100 11001 0 0 11111101 1100100 1010111

Color Harmonies of #CCBEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBEFF

Black with #CCBEFF

Text Example


Text Example

White with #CCBEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBEFF; }

 p { color: rgb(204,190,255); }

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

background-color css

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

 a { background-color: rgb(204,190,255); }

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

border-color css

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

 span { border-color: rgb(204,190,255); }

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