Html Css Color HEX #CCCFF8 Lavender Blue

📋 copy color: '#CCCFF8'

red 204 ◦ green 207 ◦ blue 248

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

Shades of Lavender Blue #CCCFF8

Tints of Lavender Blue #CCCFF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 37.63%

R = 30.96%
G = 31.41%
B = 37.63%

CMYK

 C value IS 0.18

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CCCFF8 (or 0xCCCFF8) is known color: Lavender Blue. HEX triplet: CC, CF and F8. RGB value is (204,207,248). Sum of RGB (Red+Green+Blue) = 204+207+248=659 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.96% from 659); Green value is 207 (81.25% from 255 or 31.41% from 659); Blue value is 248 (97.27% from 255 or 37.63% from 659); Max value from RGB is 248 - color contains mainly: blue. Hex color #CCCFF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCFF8 is #333007. Grayscale: #D2D2D2. Windows color (decimal): -3354632 or 16306124. OLE color: 16306124.

HSL color Cylindrical-coordinate representation of color #CCCFF8: hue angle of 235.91º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCCFF8 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 207 248 -
CMYK 0.18 0.17 0 0.03
HSL 235.91º 0.76% 0.89% -
HSV(B) 235.91º 0.18% 0.97% -
XYZ 64.16 64.24 97.83 -
YUV 210.78 149.01 123.17 -
System Red Green Blue C M Y K H S L
Decimal 204 207 248 0.18 0.17 0 0.03 235.91 0.76 0.89
Hex CC CF F8 12 11 0 3 EC 4C 59
Octal 314 317 370 22 21 0 3 354 114 131
Binary 11001100 11001111 11111000 10010 10001 0 11 11101100 1001100 1011001

Color Harmonies of #CCCFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCFF8

Black with #CCCFF8

Text Example


Text Example

White with #CCCFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCFF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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