Html Css Color HEX #CFCCF1 Lavender Blue

📋 copy color: '#CFCCF1'

red 207 ◦ green 204 ◦ blue 241

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

Shades of Lavender Blue #CFCCF1

Tints of Lavender Blue #CFCCF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 36.96%

R = 31.75%
G = 31.29%
B = 36.96%

CMYK

 C value IS 0.14

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CFCCF1 (or 0xCFCCF1) is known color: Lavender Blue. HEX triplet: CF, CC and F1. RGB value is (207,204,241). Sum of RGB (Red+Green+Blue) = 207+204+241=652 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.75% from 652); Green value is 204 (80.08% from 255 or 31.29% from 652); Blue value is 241 (94.53% from 255 or 36.96% from 652); Max value from RGB is 241 - color contains mainly: blue. Hex color #CFCCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCCF1 is #30330E. Grayscale: #D0D0D0. Windows color (decimal): -3158799 or 15846607. OLE color: 15846607.

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

Color convert

RGB 207 204 241 -
CMYK 0.14 0.15 0 0.05
HSL 244.86º 0.57% 0.87% -
HSV(B) 244.86º 0.15% 0.95% -
XYZ 63.2 62.8 92.01 -
YUV 209.12 145.99 126.49 -
System Red Green Blue C M Y K H S L
Decimal 207 204 241 0.14 0.15 0 0.05 244.86 0.57 0.87
Hex CF CC F1 E F 0 5 F5 39 57
Octal 317 314 361 16 17 0 5 365 71 127
Binary 11001111 11001100 11110001 1110 1111 0 101 11110101 111001 1010111

Color Harmonies of #CFCCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCCF1

Black with #CFCCF1

Text Example


Text Example

White with #CFCCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCCF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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