Html Css Color HEX #CCCFFC Lavender Blue

📋 copy color: '#CCCFFC'

red 204 ◦ green 207 ◦ blue 252

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

Shades of Lavender Blue #CCCFFC

Tints of Lavender Blue #CCCFFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.01%

R = 30.77%
G = 31.22%
B = 38.01%

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

#CCCFFC (or 0xCCCFFC) is known color: Lavender Blue. HEX triplet: CC, CF and FC. RGB value is (204,207,252). Sum of RGB (Red+Green+Blue) = 204+207+252=663 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.77% from 663); Green value is 207 (81.25% from 255 or 31.22% from 663); Blue value is 252 (98.83% from 255 or 38.01% from 663); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCCFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCFFC is #333003. Grayscale: #D3D3D3. Windows color (decimal): -3354628 or 16568268. OLE color: 16568268.

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

Color convert

RGB 204 207 252 -
CMYK 0.19 0.18 0 0.01
HSL 236.25º 0.89% 0.89% -
HSV(B) 236.25º 0.19% 0.99% -
XYZ 64.79 64.49 101.13 -
YUV 211.23 151.01 122.84 -
System Red Green Blue C M Y K H S L
Decimal 204 207 252 0.19 0.18 0 0.01 236.25 0.89 0.89
Hex CC CF FC 13 12 0 1 EC 59 59
Octal 314 317 374 23 22 0 1 354 131 131
Binary 11001100 11001111 11111100 10011 10010 0 1 11101100 1011001 1011001

Color Harmonies of #CCCFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCFFC

Black with #CCCFFC

Text Example


Text Example

White with #CCCFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCFFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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