Html Css Color HEX #CFCCF4 Lavender Blue

📋 copy color: '#CFCCF4'

red 207 ◦ green 204 ◦ blue 244

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

Shades of Lavender Blue #CFCCF4

Tints of Lavender Blue #CFCCF4

RGB

 RED value IS 207 (81.25% from 255) = 31.6%

 GREEN value IS 204 (80.08% from 255) = 31.15%

 BLUE value IS 244 (95.7% from 255) = 37.25%

R = 31.6%
G = 31.15%
B = 37.25%

CMYK

 C value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CFCCF4 (or 0xCFCCF4) is known color: Lavender Blue. HEX triplet: CF, CC and F4. RGB value is (207,204,244). Sum of RGB (Red+Green+Blue) = 207+204+244=655 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.60% from 655); Green value is 204 (80.08% from 255 or 31.15% from 655); Blue value is 244 (95.70% from 255 or 37.25% from 655); Max value from RGB is 244 - color contains mainly: blue. Hex color #CFCCF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCCF4 is #30330B. Grayscale: #D1D1D1. Windows color (decimal): -3158796 or 16043215. OLE color: 16043215.

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

Color convert

RGB 207 204 244 -
CMYK 0.15 0.16 0 0.04
HSL 244.5º 0.65% 0.88% -
HSV(B) 244.5º 0.16% 0.96% -
XYZ 63.65 62.98 94.39 -
YUV 209.46 147.49 126.25 -
System Red Green Blue C M Y K H S L
Decimal 207 204 244 0.15 0.16 0 0.04 244.5 0.65 0.88
Hex CF CC F4 F 10 0 4 F4 41 58
Octal 317 314 364 17 20 0 4 364 101 130
Binary 11001111 11001100 11110100 1111 10000 0 100 11110100 1000001 1011000

Color Harmonies of #CFCCF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCCF4

Black with #CFCCF4

Text Example


Text Example

White with #CFCCF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCCF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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