Html Css Color HEX #CBCCF1 Lavender Blue

📋 copy color: '#CBCCF1'

red 203 ◦ green 204 ◦ blue 241

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

Shades of Lavender Blue #CBCCF1

Tints of Lavender Blue #CBCCF1

RGB

 RED value IS 203 (79.69% from 255) = 31.33%

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

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

R = 31.33%
G = 31.48%
B = 37.19%

CMYK

 C value IS 0.16

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CBCCF1 (or 0xCBCCF1) is known color: Lavender Blue. HEX triplet: CB, CC and F1. RGB value is (203,204,241). Sum of RGB (Red+Green+Blue) = 203+204+241=648 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.33% from 648); Green value is 204 (80.08% from 255 or 31.48% from 648); Blue value is 241 (94.53% from 255 or 37.19% from 648); Max value from RGB is 241 - color contains mainly: blue. Hex color #CBCCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCCF1 is #34330E. Grayscale: #CFCFCF. Windows color (decimal): -3420943 or 15846603. OLE color: 15846603.

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

Color convert

RGB 203 204 241 -
CMYK 0.16 0.15 0 0.05
HSL 238.42º 0.58% 0.87% -
HSV(B) 238.42º 0.16% 0.95% -
XYZ 62.1 62.23 91.96 -
YUV 207.92 146.67 124.49 -
System Red Green Blue C M Y K H S L
Decimal 203 204 241 0.16 0.15 0 0.05 238.42 0.58 0.87
Hex CB CC F1 10 F 0 5 EE 3A 57
Octal 313 314 361 20 17 0 5 356 72 127
Binary 11001011 11001100 11110001 10000 1111 0 101 11101110 111010 1010111

Color Harmonies of #CBCCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBCCF1

Black with #CBCCF1

Text Example


Text Example

White with #CBCCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBCCF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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