Html Css Color HEX #CCCFFD Lavender Blue

📋 copy color: '#CCCFFD'

red 204 ◦ green 207 ◦ blue 253

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

Shades of Lavender Blue #CCCFFD

Tints of Lavender Blue #CCCFFD

RGB

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

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

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

R = 30.72%
G = 31.17%
B = 38.1%

CMYK

 C value IS 0.19

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CCCFFD (or 0xCCCFFD) is known color: Lavender Blue. HEX triplet: CC, CF and FD. RGB value is (204,207,253). Sum of RGB (Red+Green+Blue) = 204+207+253=664 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.72% from 664); Green value is 207 (81.25% from 255 or 31.17% from 664); Blue value is 253 (99.22% from 255 or 38.10% from 664); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCCFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCFFD is #333002. Grayscale: #D3D3D3. Windows color (decimal): -3354627 or 16633804. OLE color: 16633804.

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

Color convert

RGB 204 207 253 -
CMYK 0.19 0.18 0 0.01
HSL 236.33º 0.92% 0.9% -
HSV(B) 236.33º 0.19% 0.99% -
XYZ 64.94 64.55 101.97 -
YUV 211.35 151.51 122.76 -
System Red Green Blue C M Y K H S L
Decimal 204 207 253 0.19 0.18 0 0.01 236.33 0.92 0.9
Hex CC CF FD 13 12 0 1 EC 5C 5A
Octal 314 317 375 23 22 0 1 354 134 132
Binary 11001100 11001111 11111101 10011 10010 0 1 11101100 1011100 1011010

Color Harmonies of #CCCFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCFFD

Black with #CCCFFD

Text Example


Text Example

White with #CCCFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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