Html Css Color HEX #CBCDDB Periwinkle

📋 copy color: '#CBCDDB'

red 203 ◦ green 205 ◦ blue 219

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

Shades of Periwinkle #CBCDDB

Tints of Periwinkle #CBCDDB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.7%

 BLUE value IS 219 (85.94% from 255) = 34.93%

R = 32.38%
G = 32.7%
B = 34.93%

CMYK

 C value IS 0.07

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CBCDDB (or 0xCBCDDB) is known color: Periwinkle. HEX triplet: CB, CD and DB. RGB value is (203,205,219). Sum of RGB (Red+Green+Blue) = 203+205+219=627 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.38% from 627); Green value is 205 (80.47% from 255 or 32.70% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBCDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCDDB is #343224. Grayscale: #CDCDCD. Windows color (decimal): -3420709 or 14405067. OLE color: 14405067.

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

Color convert

RGB 203 205 219 -
CMYK 0.07 0.06 0 0.14
HSL 232.5º 0.18% 0.83% -
HSV(B) 232.5º 0.07% 0.86% -
XYZ 59.25 61.47 75.76 -
YUV 206 135.34 125.86 -
System Red Green Blue C M Y K H S L
Decimal 203 205 219 0.07 0.06 0 0.14 232.5 0.18 0.83
Hex CB CD DB 7 6 0 E E8 12 53
Octal 313 315 333 7 6 0 16 350 22 123
Binary 11001011 11001101 11011011 111 110 0 1110 11101000 10010 1010011

Color Harmonies of #CBCDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBCDDB

Black with #CBCDDB

Text Example


Text Example

White with #CBCDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBCDDB; }

 p { color: rgb(203,205,219); }

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

background-color css

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

 a { background-color: rgb(203,205,219); }

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

border-color css

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

 span { border-color: rgb(203,205,219); }

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