Html Css Color HEX #CFCEFA Lavender Blue

📋 copy color: '#CFCEFA'

red 207 ◦ green 206 ◦ blue 250

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

Shades of Lavender Blue #CFCEFA

Tints of Lavender Blue #CFCEFA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.07%

 BLUE value IS 250 (98.05% from 255) = 37.71%

R = 31.22%
G = 31.07%
B = 37.71%

CMYK

 C value IS 0.17

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CFCEFA (or 0xCFCEFA) is known color: Lavender Blue. HEX triplet: CF, CE and FA. RGB value is (207,206,250). Sum of RGB (Red+Green+Blue) = 207+206+250=663 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.22% from 663); Green value is 206 (80.86% from 255 or 31.07% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFCEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCEFA is #303105. Grayscale: #D3D3D3. Windows color (decimal): -3158278 or 16436943. OLE color: 16436943.

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

Color convert

RGB 207 206 250 -
CMYK 0.17 0.18 0 0.02
HSL 241.36º 0.81% 0.89% -
HSV(B) 241.36º 0.18% 0.98% -
XYZ 65.06 64.31 99.43 -
YUV 211.32 149.83 124.92 -
System Red Green Blue C M Y K H S L
Decimal 207 206 250 0.17 0.18 0 0.02 241.36 0.81 0.89
Hex CF CE FA 11 12 0 2 F1 51 59
Octal 317 316 372 21 22 0 2 361 121 131
Binary 11001111 11001110 11111010 10001 10010 0 10 11110001 1010001 1011001

Color Harmonies of #CFCEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCEFA

Black with #CFCEFA

Text Example


Text Example

White with #CFCEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCEFA; }

 p { color: rgb(207,206,250); }

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

background-color css

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

 a { background-color: rgb(207,206,250); }

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

border-color css

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

 span { border-color: rgb(207,206,250); }

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