Html Css Color HEX #CCC8FD Lavender Blue

📋 copy color: '#CCC8FD'

red 204 ◦ green 200 ◦ blue 253

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

Shades of Lavender Blue #CCC8FD

Tints of Lavender Blue #CCC8FD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 30.44%

 BLUE value IS 253 (99.22% from 255) = 38.51%

R = 31.05%
G = 30.44%
B = 38.51%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CCC8FD (or 0xCCC8FD) is known color: Lavender Blue. HEX triplet: CC, C8 and FD. RGB value is (204,200,253). Sum of RGB (Red+Green+Blue) = 204+200+253=657 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.05% from 657); Green value is 200 (78.52% from 255 or 30.44% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCC8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC8FD is #333702. Grayscale: #CFCFCF. Windows color (decimal): -3356419 or 16632012. OLE color: 16632012.

HSL color Cylindrical-coordinate representation of color #CCC8FD: hue angle of 244.53º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCC8FD is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 200 253 -
CMYK 0.19 0.21 0 0.01
HSL 244.53º 0.93% 0.89% -
HSV(B) 244.53º 0.21% 0.99% -
XYZ 63.29 61.24 101.41 -
YUV 207.24 153.83 125.69 -
System Red Green Blue C M Y K H S L
Decimal 204 200 253 0.19 0.21 0 0.01 244.53 0.93 0.89
Hex CC C8 FD 13 15 0 1 F5 5D 59
Octal 314 310 375 23 25 0 1 365 135 131
Binary 11001100 11001000 11111101 10011 10101 0 1 11110101 1011101 1011001

Color Harmonies of #CCC8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC8FD

Black with #CCC8FD

Text Example


Text Example

White with #CCC8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC8FD; }

 p { color: rgb(204,200,253); }

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

background-color css

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

 a { background-color: rgb(204,200,253); }

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

border-color css

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

 span { border-color: rgb(204,200,253); }

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