Html Css Color HEX #CCCFF6 Lavender Blue

📋 copy color: '#CCCFF6'

red 204 ◦ green 207 ◦ blue 246

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

Shades of Lavender Blue #CCCFF6

Tints of Lavender Blue #CCCFF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 37.44%

R = 31.05%
G = 31.51%
B = 37.44%

CMYK

 C value IS 0.17

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CCCFF6 (or 0xCCCFF6) is known color: Lavender Blue. HEX triplet: CC, CF and F6. RGB value is (204,207,246). Sum of RGB (Red+Green+Blue) = 204+207+246=657 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.05% from 657); Green value is 207 (81.25% from 255 or 31.51% from 657); Blue value is 246 (96.48% from 255 or 37.44% from 657); Max value from RGB is 246 - color contains mainly: blue. Hex color #CCCFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCFF6 is #333009. Grayscale: #D2D2D2. Windows color (decimal): -3354634 or 16175052. OLE color: 16175052.

HSL color Cylindrical-coordinate representation of color #CCCFF6: hue angle of 235.71º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCCFF6 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 207 246 -
CMYK 0.17 0.16 0 0.04
HSL 235.71º 0.7% 0.88% -
HSV(B) 235.71º 0.17% 0.96% -
XYZ 63.85 64.12 96.2 -
YUV 210.55 148.01 123.33 -
System Red Green Blue C M Y K H S L
Decimal 204 207 246 0.17 0.16 0 0.04 235.71 0.7 0.88
Hex CC CF F6 11 10 0 4 EC 46 58
Octal 314 317 366 21 20 0 4 354 106 130
Binary 11001100 11001111 11110110 10001 10000 0 100 11101100 1000110 1011000

Color Harmonies of #CCCFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCFF6

Black with #CCCFF6

Text Example


Text Example

White with #CCCFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCFF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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