Html Css Color HEX #CFCCF0 Lavender Blue

📋 copy color: '#CFCCF0'

red 207 ◦ green 204 ◦ blue 240

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

Shades of Lavender Blue #CFCCF0

Tints of Lavender Blue #CFCCF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.87%

R = 31.8%
G = 31.34%
B = 36.87%

CMYK

 C value IS 0.14

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CFCCF0 (or 0xCFCCF0) is known color: Lavender Blue. HEX triplet: CF, CC and F0. RGB value is (207,204,240). Sum of RGB (Red+Green+Blue) = 207+204+240=651 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.80% from 651); Green value is 204 (80.08% from 255 or 31.34% from 651); Blue value is 240 (94.14% from 255 or 36.87% from 651); Max value from RGB is 240 - color contains mainly: blue. Hex color #CFCCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCCF0 is #30330F. Grayscale: #D0D0D0. Windows color (decimal): -3158800 or 15781071. OLE color: 15781071.

HSL color Cylindrical-coordinate representation of color #CFCCF0: hue angle of 245º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFCCF0 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 207 204 240 -
CMYK 0.14 0.15 0 0.06
HSL 245º 0.55% 0.87% -
HSV(B) 245º 0.15% 0.94% -
XYZ 63.05 62.74 91.23 -
YUV 209 145.49 126.57 -
System Red Green Blue C M Y K H S L
Decimal 207 204 240 0.14 0.15 0 0.06 245 0.55 0.87
Hex CF CC F0 E F 0 6 F5 37 57
Octal 317 314 360 16 17 0 6 365 67 127
Binary 11001111 11001100 11110000 1110 1111 0 110 11110101 110111 1010111

Color Harmonies of #CFCCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCCF0

Black with #CFCCF0

Text Example


Text Example

White with #CFCCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCCF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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