Html Css Color HEX #CCCBFD Lavender Blue

📋 copy color: '#CCCBFD'

red 204 ◦ green 203 ◦ blue 253

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

Shades of Lavender Blue #CCCBFD

Tints of Lavender Blue #CCCBFD

RGB

 RED value IS 204 (80.08% from 255) = 30.91%

 GREEN value IS 203 (79.69% from 255) = 30.76%

 BLUE value IS 253 (99.22% from 255) = 38.33%

R = 30.91%
G = 30.76%
B = 38.33%

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CCCBFD (or 0xCCCBFD) is known color: Lavender Blue. HEX triplet: CC, CB and FD. RGB value is (204,203,253). Sum of RGB (Red+Green+Blue) = 204+203+253=660 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.91% from 660); Green value is 203 (79.69% from 255 or 30.76% from 660); Blue value is 253 (99.22% from 255 or 38.33% from 660); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCCBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCBFD is #333402. Grayscale: #D0D0D0. Windows color (decimal): -3355651 or 16632780. OLE color: 16632780.

HSL color Cylindrical-coordinate representation of color #CCCBFD: hue angle of 241.2º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCCBFD is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 203 253 -
CMYK 0.19 0.20 0 0.01
HSL 241.2º 0.93% 0.89% -
HSV(B) 241.2º 0.2% 0.99% -
XYZ 63.99 62.64 101.65 -
YUV 209 152.83 124.43 -
System Red Green Blue C M Y K H S L
Decimal 204 203 253 0.19 0.20 0 0.01 241.2 0.93 0.89
Hex CC CB FD 13 14 0 1 F1 5D 59
Octal 314 313 375 23 24 0 1 361 135 131
Binary 11001100 11001011 11111101 10011 10100 0 1 11110001 1011101 1011001

Color Harmonies of #CCCBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCBFD

Black with #CCCBFD

Text Example


Text Example

White with #CCCBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCBFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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