Html Css Color HEX #CBCCED Lavender Blue

📋 copy color: '#CBCCED'

red 203 ◦ green 204 ◦ blue 237

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

Shades of Lavender Blue #CBCCED

Tints of Lavender Blue #CBCCED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.8%

R = 31.52%
G = 31.68%
B = 36.8%

CMYK

 C value IS 0.14

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CBCCED (or 0xCBCCED) is known color: Lavender Blue. HEX triplet: CB, CC and ED. RGB value is (203,204,237). Sum of RGB (Red+Green+Blue) = 203+204+237=644 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.52% from 644); Green value is 204 (80.08% from 255 or 31.68% from 644); Blue value is 237 (92.97% from 255 or 36.80% from 644); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBCCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCCED is #343312. Grayscale: #CFCFCF. Windows color (decimal): -3420947 or 15584459. OLE color: 15584459.

HSL color Cylindrical-coordinate representation of color #CBCCED: hue angle of 238.24º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBCCED is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 204 237 -
CMYK 0.14 0.14 0 0.07
HSL 238.24º 0.49% 0.86% -
HSV(B) 238.24º 0.14% 0.93% -
XYZ 61.51 62 88.85 -
YUV 207.46 144.67 124.82 -
System Red Green Blue C M Y K H S L
Decimal 203 204 237 0.14 0.14 0 0.07 238.24 0.49 0.86
Hex CB CC ED E E 0 7 EE 31 56
Octal 313 314 355 16 16 0 7 356 61 126
Binary 11001011 11001100 11101101 1110 1110 0 111 11101110 110001 1010110

Color Harmonies of #CBCCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBCCED

Black with #CBCCED

Text Example


Text Example

White with #CBCCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBCCED; }

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

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

background-color css

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

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

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

border-color css

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

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

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