Html Css Color HEX #CCBDFE Lavender Blue

📋 copy color: '#CCBDFE'

red 204 ◦ green 189 ◦ blue 254

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

Shades of Lavender Blue #CCBDFE

Tints of Lavender Blue #CCBDFE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.21%

 BLUE value IS 254 (99.61% from 255) = 39.26%

R = 31.53%
G = 29.21%
B = 39.26%

CMYK

 C value IS 0.20

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CCBDFE (or 0xCCBDFE) is known color: Lavender Blue. HEX triplet: CC, BD and FE. RGB value is (204,189,254). Sum of RGB (Red+Green+Blue) = 204+189+254=647 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.53% from 647); Green value is 189 (74.22% from 255 or 29.21% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCBDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBDFE is #334201. Grayscale: #C8C8C8. Windows color (decimal): -3359234 or 16694732. OLE color: 16694732.

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

Color convert

RGB 204 189 254 -
CMYK 0.20 0.26 0 0.00
HSL 253.85º 0.97% 0.87% -
HSV(B) 253.85º 0.26% 1% -
XYZ 60.99 56.39 101.44 -
YUV 200.9 157.97 130.21 -
System Red Green Blue C M Y K H S L
Decimal 204 189 254 0.20 0.26 0 0.00 253.85 0.97 0.87
Hex CC BD FE 14 1A 0 0 FE 61 57
Octal 314 275 376 24 32 0 0 376 141 127
Binary 11001100 10111101 11111110 10100 11010 0 0 11111110 1100001 1010111

Color Harmonies of #CCBDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBDFE

Black with #CCBDFE

Text Example


Text Example

White with #CCBDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBDFE; }

 p { color: rgb(204,189,254); }

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

background-color css

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

 a { background-color: rgb(204,189,254); }

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

border-color css

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

 span { border-color: rgb(204,189,254); }

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