Html Css Color HEX #CCCFFE Lavender Blue

📋 copy color: '#CCCFFE'

red 204 ◦ green 207 ◦ blue 254

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

Shades of Lavender Blue #CCCFFE

Tints of Lavender Blue #CCCFFE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 31.13%

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

R = 30.68%
G = 31.13%
B = 38.2%

CMYK

 C value IS 0.20

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CCCFFE (or 0xCCCFFE) is known color: Lavender Blue. HEX triplet: CC, CF and FE. RGB value is (204,207,254). Sum of RGB (Red+Green+Blue) = 204+207+254=665 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.68% from 665); Green value is 207 (81.25% from 255 or 31.13% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCCFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCFFE is #333001. Grayscale: #D3D3D3. Windows color (decimal): -3354626 or 16699340. OLE color: 16699340.

HSL color Cylindrical-coordinate representation of color #CCCFFE: hue angle of 236.4º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCCFFE is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 204 207 254 -
CMYK 0.20 0.19 0 0.00
HSL 236.4º 0.96% 0.9% -
HSV(B) 236.4º 0.2% 1% -
XYZ 65.1 64.62 102.81 -
YUV 211.46 152.01 122.68 -
System Red Green Blue C M Y K H S L
Decimal 204 207 254 0.20 0.19 0 0.00 236.4 0.96 0.9
Hex CC CF FE 14 13 0 0 EC 60 5A
Octal 314 317 376 24 23 0 0 354 140 132
Binary 11001100 11001111 11111110 10100 10011 0 0 11101100 1100000 1011010

Color Harmonies of #CCCFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCFFE

Black with #CCCFFE

Text Example


Text Example

White with #CCCFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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